summaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-04-23 18:53:16 +0000
committerTom Tromey <tromey@redhat.com>2012-04-23 18:53:16 +0000
commit34431a2aa1e9e1a2fc255619985103494ae2f90d (patch)
tree41bd6e091a2fbacdeade8eda8fb378ab694e7ede /gdb/buildsym.h
parentaab322dbadb230e3b4d4e8ff4ed4f26acd94b9a4 (diff)
* buildsym.c (add_free_pendings): Remove.
* buildsym.h (add_free_pendings): Remove.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 7cd0da0944..4448267c24 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -233,8 +233,6 @@ EXTERN int type_vector_length;
#define INITIAL_TYPE_VECTOR_LENGTH 160
-extern void add_free_pendings (struct pending *list);
-
extern void add_symbol_to_list (struct symbol *symbol,
struct pending **listhead);