diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-24 14:31:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-24 14:31:01 +0000 |
commit | e77c107eddcbad571edf47ecf1d3e3632013236c (patch) | |
tree | c890466193a743d2a986b2e123f4c1093ebae6e3 /gdb/cp-support.h | |
parent | 4bbe044a207dcc84ee1c39df6f23c5662d94fc9f (diff) | |
download | gdb-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.h | 5 |
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, |