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)
*/
{
}