summaryrefslogtreecommitdiff
path: root/src/include/argparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/argparser.h')
-rw-r--r--src/include/argparser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/argparser.h b/src/include/argparser.h
index 7aedf17..8cbced0 100644
--- a/src/include/argparser.h
+++ b/src/include/argparser.h
@@ -19,13 +19,6 @@ namespace Binc {
bool b;
bool o;
std::string desc;
-
- ArgOpts(const std::string &chr, bool boolean, bool optional, const std::string &descr)
- : c(chr)
- , b(boolean)
- , o(optional)
- , desc(descr)
- {}
};
class CommandLineArgs {