aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
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.cpp
parentclang-format fixes (diff)
downloadzen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.tar.xz
zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.zip
Eliminated HttpServerException and related classes
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp10
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()
-{
-}
//////////////////////////////////////////////////////////////////////////