aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fetch-abconfig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fetch-abconfig.rs')
-rw-r--r--examples/fetch-abconfig.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/fetch-abconfig.rs b/examples/fetch-abconfig.rs
index 289097e..329d3b1 100644
--- a/examples/fetch-abconfig.rs
+++ b/examples/fetch-abconfig.rs
@@ -27,8 +27,6 @@ fn main() {
let user = env::var("HZ_USER").expect("HZ_USER variable expected");
let password = env::var("HZ_PASSWORD").expect("HZ_PASSWORD variable expected");
- let mut a = env::args();
- let program = a.next().unwrap();
let client = zotapi::client(&site, &user, &password);
match client.abconfig().fetch() {