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