CLI2: Removed unused members _strict, _terminated
This commit is contained in:
@@ -264,10 +264,6 @@ void CLI2::applyOverrides (int argc, const char** argv)
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
CLI2::CLI2 ()
|
CLI2::CLI2 ()
|
||||||
/*
|
|
||||||
: _strict (false)
|
|
||||||
, _terminated (false)
|
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -140,10 +140,6 @@ public:
|
|||||||
|
|
||||||
std::vector <std::pair <int, int>> _id_ranges;
|
std::vector <std::pair <int, int>> _id_ranges;
|
||||||
std::vector <std::string> _uuid_list;
|
std::vector <std::string> _uuid_list;
|
||||||
/*
|
|
||||||
bool _strict;
|
|
||||||
bool _terminated;
|
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user