mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Removed unused members _strict, _terminated
This commit is contained in:
parent
0ef3cff4c6
commit
b80c103043
2 changed files with 0 additions and 8 deletions
|
@ -264,10 +264,6 @@ void CLI2::applyOverrides (int argc, const char** argv)
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CLI2::CLI2 ()
|
||||
/*
|
||||
: _strict (false)
|
||||
, _terminated (false)
|
||||
*/
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -140,10 +140,6 @@ public:
|
|||
|
||||
std::vector <std::pair <int, int>> _id_ranges;
|
||||
std::vector <std::string> _uuid_list;
|
||||
/*
|
||||
bool _strict;
|
||||
bool _terminated;
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue