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 | |
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')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/cp-support.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e2cef25..18ae7f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-05-24 Tom Tromey <tromey@redhat.com> + + * cp-support.h (cp_finalize_namespace, cp_initialize_namespace): + Remove. + 2012-05-23 Doug Evans <dje@google.com> * symtab.c (search_symbols): Formatting fixes. 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, |