aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp/httpsys.h')
-rw-r--r--zenhttp/httpsys.h7
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