aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/src/main.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-07 15:22:20 +0000
committerDaniel Mueller <deso@posteo.net>2020-01-08 09:21:22 -0800
commite517a2a28538b8e8ae010a5953b8dbef4dd64577 (patch)
tree96c671342aaa0ebcfc5ab59c05b6c6bcc8c5b940 /nitrocli/src/main.rs
parent0b673f2f0184efa0111c4978a2a4159598dee7a6 (diff)
downloadnitrocli-e517a2a28538b8e8ae010a5953b8dbef4dd64577.tar.gz
nitrocli-e517a2a28538b8e8ae010a5953b8dbef4dd64577.tar.bz2
Remove unused code after structopt transition
In the previous patches, we replaced argparse with structopt and removed the argparse dependency. This patch removes the code that was only needed for argparse.
Diffstat (limited to 'nitrocli/src/main.rs')
-rw-r--r--nitrocli/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nitrocli/src/main.rs b/nitrocli/src/main.rs
index 831717e..9e81bf8 100644
--- a/nitrocli/src/main.rs
+++ b/nitrocli/src/main.rs
@@ -86,7 +86,6 @@ use crate::error::Error;
type Result<T> = result::Result<T, Error>;
-const NITROCLI: &str = "nitrocli";
const NITROCLI_ADMIN_PIN: &str = "NITROCLI_ADMIN_PIN";
const NITROCLI_USER_PIN: &str = "NITROCLI_USER_PIN";
const NITROCLI_NEW_ADMIN_PIN: &str = "NITROCLI_NEW_ADMIN_PIN";