CLI2: Removed unused ::isTerminator method
This commit is contained in:
@@ -2005,12 +2005,6 @@ void CLI2::decomposeModSubstitutions ()
|
|||||||
context.debug (dump ("CLI2::analyze decomposeModSubstitutions"));
|
context.debug (dump ("CLI2::analyze decomposeModSubstitutions"));
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
bool CLI2::isTerminator (const std::string& raw) const
|
|
||||||
{
|
|
||||||
return raw == "--";
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
bool CLI2::isUUIDList (const std::string& raw) const
|
bool CLI2::isUUIDList (const std::string& raw) const
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -129,7 +129,6 @@ private:
|
|||||||
void decomposeModTags ();
|
void decomposeModTags ();
|
||||||
void decomposeModSubstitutions ();
|
void decomposeModSubstitutions ();
|
||||||
|
|
||||||
bool isTerminator (const std::string&) const;
|
|
||||||
bool isUUIDList (const std::string&) const;
|
bool isUUIDList (const std::string&) const;
|
||||||
bool isPattern (const std::string&) const;
|
bool isPattern (const std::string&) const;
|
||||||
bool isSubstitution (const std::string&) const;
|
bool isSubstitution (const std::string&) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user