From: Richard Kenner Date: Tue, 5 Mar 1996 15:26:14 +0000 (-0500) Subject: (free): Delete declaration of library function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5ba7e8958036490182dd86e50469ca0f9e58ed6;p=gcc.git (free): Delete declaration of library function. From-SVN: r11455 --- diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index 5de92b30911..2a0c0e2461a 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -41,7 +41,6 @@ Boston, MA 02111-1307, USA. */ #include extern char *xmalloc (), *xrealloc (); -extern void free (); extern struct obstack *rtl_obstack;