diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 7ed4c462e..cf7149921 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -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 diff --git a/src/CLI2.h b/src/CLI2.h index e19e8ca0f..aa0c1ac7f 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -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: