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

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