CLI2: Removed unused ::add method
This commit is contained in:
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 ();
|
||||
|
||||
Reference in New Issue
Block a user