diff options
Diffstat (limited to 'gdb/cp-support.h')
-rw-r--r-- | gdb/cp-support.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 5902dcb..57aa03a 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -173,9 +173,6 @@ extern struct type *cp_lookup_nested_type (struct type *parent_type, const char *nested_name, const struct block *block); -extern void cp_check_possible_namespace_symbols (const char *name, - struct objfile *objfile); - struct type *cp_lookup_transparent_type (const char *name); /* Functions from cp-name-parser.y. */ |