diff --git a/gcc/bc-optab.c b/gcc/bc-optab.c index b7ff48652377f2e475020d1609d473a75b52013c..5473e17c0416c37ea2722860f22053794dc75f88 100644 --- a/gcc/bc-optab.c +++ b/gcc/bc-optab.c @@ -33,7 +33,6 @@ Boston, MA 02111-1307, USA. */ #define obstack_chunk_free free extern char *xmalloc (); -extern void free (); /* Table relating interpreter typecodes to machine modes. */ #define GET_TYPECODE_MODE(CODE) (typecode_mode[((int) CODE)])