summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/strtol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/strtol.c b/stdlib/strtol.c
index 396e2ecd74..5fcf17b8e7 100644
--- a/stdlib/strtol.c
+++ b/stdlib/strtol.c
@@ -312,8 +312,6 @@ INTERNAL (strtol) (nptr, endptr, base, group)
? -((unsigned LONG int) (LONG_MIN + 1)) + 1
: (unsigned LONG int) LONG_MAX))
overflow = 1;
-#else
- overflow |= negative;
#endif
if (overflow)