aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-12 13:46:57 +0200
committerStefan Boberg <[email protected]>2021-09-12 13:46:57 +0200
commitfa1f144a4eb7d201ef84b8d369d40f26fc73dff6 (patch)
tree39869d2f690bd91734ea6eed76e777caf3aa01a4 /zenhttp/httpsys.h
parentclang-format fixes (diff)
downloadzen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.tar.xz
zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.zip
Eliminated HttpServerException and related classes
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