aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-support.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-05-24 14:31:01 +0000
committerTom Tromey <tromey@redhat.com>2012-05-24 14:31:01 +0000
commite77c107eddcbad571edf47ecf1d3e3632013236c (patch)
treec890466193a743d2a986b2e123f4c1093ebae6e3 /gdb/cp-support.h
parent4bbe044a207dcc84ee1c39df6f23c5662d94fc9f (diff)
downloadgdb-e77c107eddcbad571edf47ecf1d3e3632013236c.zip
gdb-e77c107eddcbad571edf47ecf1d3e3632013236c.tar.gz
gdb-e77c107eddcbad571edf47ecf1d3e3632013236c.tar.bz2
* cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
Remove.
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r--gdb/cp-support.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h
index 03ccb73..9c150f8 100644
--- a/gdb/cp-support.h
+++ b/gdb/cp-support.h
@@ -182,11 +182,6 @@ extern void cp_add_using_directive (const char *dest,
VEC (const_char_ptr) *excludes,
struct obstack *obstack);
-extern void cp_initialize_namespace (void);
-
-extern void cp_finalize_namespace (struct block *static_block,
- struct obstack *obstack);
-
extern void cp_set_block_scope (const struct symbol *symbol,
struct block *block,
struct obstack *obstack,