Utils/Console: Add ValueRange utility
[senf.git] / Utils / Console / Server.hh
index 9e9471a..53aa969 100644 (file)
@@ -234,7 +234,6 @@ namespace console {
         CommandParser parser_;
         Executor executor_;
         std::string name_;
-        std::string lastCommand_;
         boost::scoped_ptr<detail::ClientReader> reader_;
         Server::Mode mode_;
         std::string backtrace_;