summaryrefslogtreecommitdiff
path: root/util/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/err.c')
-rw-r--r--util/err.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/util/err.c b/util/err.c
index 5e296da..5385cf1 100644
--- a/util/err.c
+++ b/util/err.c
@@ -47,14 +47,15 @@ static void err_print_footer_(const char *context) {
}
/* Write nicely-formatted errors to the error file */
-static void err_print(LineNo line, const char *context, const char *fmt, ...) {
- err_print_header_(line);
- va_list args;
- va_start(args, fmt);
- err_vfprint(fmt, args);
- va_end(args);
- err_print_footer_(context);
-}
+
+/* static void err_print(LineNo line, const char *context, const char *fmt, ...) { */
+/* err_print_header_(line); */
+/* va_list args; */
+/* va_start(args, fmt); */
+/* err_vfprint(fmt, args); */
+/* va_end(args); */
+/* err_print_footer_(context); */
+/* } */
static void err_vprint(LineNo line, const char *context, const char *fmt, va_list args) {
err_print_header_(line);