* cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
authorTom Tromey <tromey@redhat.com>
Thu, 24 May 2012 14:31:01 +0000 (14:31 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 24 May 2012 14:31:01 +0000 (14:31 +0000)
Remove.

gdb/ChangeLog
gdb/cp-support.h

index e2cef25..18ae7f4 100644 (file)
@@ -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.
index 03ccb73..9c150f8 100644 (file)
@@ -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,