From b80c1030433d1cd4809df8e6cb7f92708b7f2c0a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jun 2015 10:01:12 -0700 Subject: [PATCH] CLI2: Removed unused members _strict, _terminated --- src/CLI2.cpp | 4 ---- src/CLI2.h | 4 ---- 2 files changed, 8 deletions(-) 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