diff options
Diffstat (limited to 'printf/snprintf.c')
-rw-r--r-- | printf/snprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/printf/snprintf.c b/printf/snprintf.c index 91faa4d5a..e61b9ff15 100644 --- a/printf/snprintf.c +++ b/printf/snprintf.c @@ -21,8 +21,6 @@ MA 02111-1307, USA. */ #include "config.h" -#if HAVE_VSNPRINTF - #if HAVE_STDARG #include <stdarg.h> #else @@ -66,5 +64,3 @@ gmp_snprintf (va_alist) va_end (ap); return ret; } - -#endif /* HAVE_VSNPRINTF */ |