summaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/lib/obstack_printf.c
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-06-16 02:30:08 +0300
committerthegeorg <[email protected]>2024-06-16 02:40:02 +0300
commitf788ebdc078291fe91af02bfa003bc77d6071751 (patch)
treee46b62f86e81248cf8e8374c7e18670b3a89014b /contrib/tools/bison/lib/obstack_printf.c
parentc45dfbe0ef86ef3d8f91d1547bb16880d87eba4f (diff)
Sync some bison sources with 3.0 upstream
dbe435b110a9abbac764542e7c2364458b0f4f4c
Diffstat (limited to 'contrib/tools/bison/lib/obstack_printf.c')
-rw-r--r--contrib/tools/bison/lib/obstack_printf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/tools/bison/lib/obstack_printf.c b/contrib/tools/bison/lib/obstack_printf.c
index 291dcd52a47..6e34cc1b346 100644
--- a/contrib/tools/bison/lib/obstack_printf.c
+++ b/contrib/tools/bison/lib/obstack_printf.c
@@ -26,8 +26,6 @@
#include <stdarg.h>
#include <stdlib.h>
-int obstack_vprintf(struct obstack *obs, const char *format, va_list args);
-
/* Grow an obstack with formatted output. Return the number of bytes
added to OBS. No trailing nul byte is added, and the object should
be closed with obstack_finish before use.