Log: remove the obsolete class Error overloads
This commit is contained in:
11
src/Log.hxx
11
src/Log.hxx
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user