CLI2: Removed unused members _strict, _terminated

This commit is contained in:
Paul Beckingham 2015-06-20 10:01:12 -07:00
parent 0ef3cff4c6
commit b80c103043
2 changed files with 0 additions and 8 deletions

View file

@ -264,10 +264,6 @@ void CLI2::applyOverrides (int argc, const char** argv)
////////////////////////////////////////////////////////////////////////////////
CLI2::CLI2 ()
/*
: _strict (false)
, _terminated (false)
*/
{
}

View file

@ -140,10 +140,6 @@ public:
std::vector <std::pair <int, int>> _id_ranges;
std::vector <std::string> _uuid_list;
/*
bool _strict;
bool _terminated;
*/
};
#endif