diff options
| author | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-12 13:46:57 +0200 |
| commit | fa1f144a4eb7d201ef84b8d369d40f26fc73dff6 (patch) | |
| tree | 39869d2f690bd91734ea6eed76e777caf3aa01a4 /zenhttp/httpsys.cpp | |
| parent | clang-format fixes (diff) | |
| download | zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.tar.xz zen-fa1f144a4eb7d201ef84b8d369d40f26fc73dff6.zip | |
Eliminated HttpServerException and related classes
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() -{ -} ////////////////////////////////////////////////////////////////////////// |