diff --git a/lix/libutil/logging.hh b/lix/libutil/logging.hh index b034d1b43..b587816f1 100644 --- a/lix/libutil/logging.hh +++ b/lix/libutil/logging.hh @@ -127,11 +127,6 @@ public: virtual void log(Verbosity lvl, std::string_view s) = 0; - void log(std::string_view s) - { - log(lvlInfo, s); - } - virtual void logEI(const ErrorInfo & ei) = 0; void logEI(Verbosity lvl, ErrorInfo ei)