From 22dcca9832e30c27630041bee867639e05ffd072 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Nov 2016 12:58:26 +0100 Subject: util/Error: remove obsolete class --- src/Log.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Log.cxx') diff --git a/src/Log.cxx b/src/Log.cxx index 330ac4bc0..232e7d49d 100644 --- a/src/Log.cxx +++ b/src/Log.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "LogV.hxx" -#include "util/Error.hxx" +#include "util/Domain.hxx" #include @@ -27,6 +27,8 @@ #include #include +static constexpr Domain exception_domain("exception"); + void LogFormatV(const Domain &domain, LogLevel level, const char *fmt, va_list ap) { -- cgit v1.2.3