aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash.c')
-rw-r--r--gcc/hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/hash.c b/gcc/hash.c
index 34b6a64..707fdb5 100644
--- a/gcc/hash.c
+++ b/gcc/hash.c
@@ -28,8 +28,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
-extern char * xmalloc ();
-
/* The default number of entries to use when creating a hash table. */
#define DEFAULT_SIZE (1009)