summaryrefslogtreecommitdiff
path: root/libc/misc/error
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-25 15:31:44 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-25 15:31:44 +0000
commita01c09263d316cc96d574795150c0155c06d3236 (patch)
treeabfaca296e6346097367b92492f72b9fefea7aa2 /libc/misc/error
parent8532ba12c656528617fe86945c64626b1a815280 (diff)
error_message_count got lost
Diffstat (limited to 'libc/misc/error')
-rw-r--r--libc/misc/error/error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c
index dcc3ed8e2..4eda8defd 100644
--- a/libc/misc/error/error.c
+++ b/libc/misc/error/error.c
@@ -41,9 +41,7 @@ libc_hidden_proto(stdout)
libc_hidden_proto(stderr)
/* This variable is incremented each time `error' is called. */
-libc_hidden_proto(error_message_count)
unsigned int error_message_count = 0;
-libc_hidden_def(error_message_count)
/* Sometimes we want to have at most one error per line. This
variable controls whether this mode is selected or not. */
int error_one_per_line;