diff options
Diffstat (limited to 'zenhttp/httpsys.h')
| -rw-r--r-- | zenhttp/httpsys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 62a3699cb..6616817ec 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -71,12 +71,5 @@ private: Event m_ShutdownEvent; }; -class HttpSysException : public HttpServerException -{ -public: - HttpSysException(const char* Message, uint32_t Error); - ~HttpSysException(); -}; - } // namespace zen #endif |