aboutsummaryrefslogtreecommitdiff
path: root/gcc/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hashtable.h')
-rw-r--r--gcc/hashtable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/hashtable.h b/gcc/hashtable.h
index d036704..20445d7 100644
--- a/gcc/hashtable.h
+++ b/gcc/hashtable.h
@@ -58,8 +58,6 @@ struct ht
unsigned int collisions;
};
-extern void gcc_obstack_init PARAMS ((struct obstack *));
-
/* Initialize the hashtable with 2 ^ order entries. */
extern hash_table *ht_create PARAMS ((unsigned int order));