summaryrefslogtreecommitdiff
path: root/src/Log.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-12-18 00:24:43 +0100
committerMax Kellermann <max@duempel.org>2015-12-18 00:24:43 +0100
commit1098d271b8e8207ce901267716c3335e90bfe585 (patch)
treea5da344d3ad2c1304f6dffa3b6ec29e815856004 /src/Log.cxx
parent51168169e73528d388b39b826afe1df3370bd10a (diff)
util/Error: add bridge to std::exception
Diffstat (limited to 'src/Log.cxx')
-rw-r--r--src/Log.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Log.cxx b/src/Log.cxx
index 65d3be824..fd3a3c106 100644
--- a/src/Log.cxx
+++ b/src/Log.cxx
@@ -29,9 +29,6 @@
#include <string.h>
#include <errno.h>
-/** Domain for std::exception */
-static constexpr Domain exception_domain("exception");
-
void
LogFormatV(const Domain &domain, LogLevel level, const char *fmt, va_list ap)
{