diff options
Diffstat (limited to 'zenhttp/httpsys.cpp')
| -rw-r--r-- | zenhttp/httpsys.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index f06460822..8aa30344b 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -63,16 +63,6 @@ class HttpSysServer; class HttpSysTransaction; class HttpMessageResponseRequest; -////////////////////////////////////////////////////////////////////////// - -HttpSysException::HttpSysException(const char* Message, uint32_t Error) -: HttpServerException(Message, std::error_code(Error, std::system_category())) -{ -} - -HttpSysException::~HttpSysException() -{ -} ////////////////////////////////////////////////////////////////////////// |