aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/util/errors.h')
-rw-r--r--src/main/cpp/util/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/cpp/util/errors.h b/src/main/cpp/util/errors.h
index 62f1b3c90a..4bea4228de 100644
--- a/src/main/cpp/util/errors.h
+++ b/src/main/cpp/util/errors.h
@@ -29,8 +29,6 @@ void die(const int exit_status, const char *format, ...) ATTRIBUTE_NORETURN
// Prints "Error: <formatted-message>: <strerror(errno)>\n", and exits nonzero.
void pdie(const int exit_status, const char *format, ...) ATTRIBUTE_NORETURN
PRINTF_ATTRIBUTE(2, 3);
-void PrintError(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);
-void PrintWarning(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);
// Returns the last error as a platform-specific error message.
// The string will also contain the platform-specific error code itself