summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-scanfloat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-scanfloat.c')
-rw-r--r--tools/regression/lib/libc/stdio/test-scanfloat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/regression/lib/libc/stdio/test-scanfloat.c b/tools/regression/lib/libc/stdio/test-scanfloat.c
index ef6faae..b768ed7 100644
--- a/tools/regression/lib/libc/stdio/test-scanfloat.c
+++ b/tools/regression/lib/libc/stdio/test-scanfloat.c
@@ -42,8 +42,6 @@ __FBSDID("$FreeBSD$");
#define eq(type, a, b) _eq(type##_EPSILON, (a), (b))
static int _eq(long double epsilon, long double a, long double b);
-extern int __scanfdebug;
-
int
main(int argc, char *argv[])
{
@@ -57,8 +55,6 @@ main(int argc, char *argv[])
buf[0] = '\0';
assert(setlocale(LC_NUMERIC, ""));
- __scanfdebug = 1;
-
/*
* Various tests for normalized numbers
*/
OpenPOWER on IntegriCloud