summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/numfmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/numfmt.c b/src/numfmt.c
index 3e866dd92..eca202971 100644
--- a/src/numfmt.c
+++ b/src/numfmt.c
@@ -42,7 +42,7 @@
#define AUTHORS proper_name ("Assaf Gordon")
/* Exit code when some numbers fail to convert. */
-enum { TIMEOUT_FAILURE = 1, EXIT_CONVERSION_WARNINGS = 2 };
+enum { EXIT_CONVERSION_WARNINGS = 2 };
enum
{
@@ -1473,7 +1473,6 @@ main (int argc, char **argv)
decimal_point = ".";
decimal_point_length = strlen (decimal_point);
- initialize_exit_failure (TIMEOUT_FAILURE);
atexit (close_stdout);
while (true)