summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 5f441a8811b..02682683769 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5220,14 +5220,6 @@ struct tree_int_map GTY(())
#define tree_int_map_hash tree_map_base_hash
#define tree_int_map_marked_p tree_map_base_marked_p
-/* Map from a DECL_UID to the decl tree. */
-
-extern unsigned int uid_decl_map_hash (const void *);
-extern int uid_decl_map_eq (const void *, const void *);
-extern tree lookup_decl_from_uid (int);
-extern void remove_decl_from_map (tree);
-
-
/* Map from a tree to initialization/finalization priorities. */
struct tree_priority_map GTY(())