mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Removed unused ::add method
This commit is contained in:
parent
2c4cd8b06a
commit
17f4b50aa7
2 changed files with 0 additions and 13 deletions
12
src/CLI2.cpp
12
src/CLI2.cpp
|
@ -438,18 +438,6 @@ void CLI2::analyze ()
|
|||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Capture a single argument, and recalc everything.
|
||||
void CLI2::add (const std::string& arg)
|
||||
{
|
||||
// Clean the ID/UUID lists, because they will be rebuilt.
|
||||
_id_ranges.clear ();
|
||||
_uuid_list.clear ();
|
||||
|
||||
addArg (arg);
|
||||
analyze ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// There are situations where a context filter is applied. This method
|
||||
// determines whether one applies, and if so, applies it.
|
||||
|
|
|
@ -82,7 +82,6 @@ public:
|
|||
void add (const std::string&);
|
||||
void analyze ();
|
||||
/*
|
||||
void add (const std::string&);
|
||||
void addContextFilter ();
|
||||
void addRawFilter (const std::string& arg);
|
||||
void applyOverrides ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue