Log: remove the obsolete class Error overloads

This commit is contained in:
Max Kellermann
2016-11-10 12:52:39 +01:00
parent 741c6f1179
commit a17abc5557
2 changed files with 0 additions and 44 deletions

View File

@@ -25,7 +25,6 @@
#include <exception>
class Error;
class Domain;
void
@@ -105,16 +104,6 @@ gcc_printf(2,3)
void
FormatError(const Domain &domain, const char *fmt, ...);
void
LogError(const Error &error);
void
LogError(const Error &error, const char *msg);
gcc_printf(2,3)
void
FormatError(const Error &error, const char *fmt, ...);
void
LogErrno(const Domain &domain, int e, const char *msg);