aboutsummaryrefslogtreecommitdiffstats
path: root/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'vsnprintf.c')
-rw-r--r--vsnprintf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vsnprintf.c b/vsnprintf.c
index 5266927d7f..d8e66cdbd0 100644
--- a/vsnprintf.c
+++ b/vsnprintf.c
@@ -127,12 +127,6 @@
# include <errno.h>
#endif
-#if __GNUC__ >= 3
-#define UNINITIALIZED_VAR(x) x = x
-#else
-#define UNINITIALIZED_VAR(x) x
-#endif
-
/*
* NB: to fit things in six character monocase externals, the stdio
* code uses the prefix `__s' for stdio objects, typically followed