* cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
Remove.
This commit is contained in:
parent
4bbe044a20
commit
e77c107edd
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue