aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/util.h b/include/util.h
index a2c65e497..ba493b1be 100644
--- a/include/util.h
+++ b/include/util.h
@@ -245,15 +245,6 @@ int asprintf (char **buf, const char *fmt, ...);
/*-- Replacement functions from funcname.c --*/
-#if !HAVE_VASPRINTF
-int asprintf (char **result, const char *format, ...)
-#if defined (__riscos__) \
- || (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ))
- __attribute__ ((format (printf,2,3)))
-#endif
- ;
-
-#endif
/******** some macros ************/