diff --git a/src/CLI2.cpp b/src/CLI2.cpp index f457e70a4..387993441 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -264,10 +264,6 @@ void CLI2::applyOverrides (int argc, const char** argv) //////////////////////////////////////////////////////////////////////////////// CLI2::CLI2 () -/* -: _strict (false) -, _terminated (false) -*/ { } diff --git a/src/CLI2.h b/src/CLI2.h index 236368f53..6c7b18b18 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -140,10 +140,6 @@ public: std::vector > _id_ranges; std::vector _uuid_list; -/* - bool _strict; - bool _terminated; -*/ }; #endif