CLI2: Removed unused ::isTerminator method

This commit is contained in:
Paul Beckingham 2015-06-20 09:47:47 -07:00
parent 49decfec2a
commit 6fdd5f8053
2 changed files with 0 additions and 7 deletions

View file

@ -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
{ {

View file

@ -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;