From f6f1de05d2777dabfad37cc8fbe8cd6bb381b0e8 Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Mon, 11 Feb 2019 17:55:38 +0100 Subject: [PATCH] remove unused class member --- src/util/http/Server.h | 1 - 1 file changed, 1 deletion(-) 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; }; /*