CLI2: Added ::getLimit method

This commit is contained in:
Paul Beckingham 2015-06-21 21:19:19 -04:00
parent 867910f7de
commit 77b97d658a
2 changed files with 0 additions and 4 deletions

View file

@ -637,7 +637,6 @@ std::string CLI2::getCommand (bool canonical) const
return "";
}
/*
////////////////////////////////////////////////////////////////////////////////
std::string CLI2::getLimit () const
{
@ -648,7 +647,6 @@ std::string CLI2::getLimit () const
return "0";
}
*/
////////////////////////////////////////////////////////////////////////////////
const std::string CLI2::dump (const std::string& title) const

View file

@ -85,9 +85,7 @@ public:
bool canonicalize (std::string&, const std::string&, const std::string&) const;
std::string getBinary () const;
std::string getCommand (bool canonical = true) const;
/*
std::string getLimit () const;
*/
const std::string dump (const std::string& title = "CLI2 Parser") const;
private: