diff options
Diffstat (limited to 'gcc/dyn-string.c')
-rw-r--r-- | gcc/dyn-string.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dyn-string.c b/gcc/dyn-string.c index a5f40cc..4f8eb16 100644 --- a/gcc/dyn-string.c +++ b/gcc/dyn-string.c @@ -22,9 +22,6 @@ #include "system.h" #include "dyn-string.h" -extern char *xmalloc (); -extern char *xrealloc (); - /* Create a new dynamic string capable of holding at least SPACE characters, including the terminating NUL. If SPACE is 0, it will be silently increased to 1. */ |