diff --git a/src/util/http/Server.h b/src/util/http/Server.h index ccefed7..03cb279 100644 --- a/src/util/http/Server.h +++ b/src/util/http/Server.h @@ -48,7 +48,6 @@ class HttpErr : public std::exception { private: std::string _msg; - uint16_t _code; }; /*