diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index d0b6813e2a9..b5bc6c5fd4d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -149,9 +149,6 @@ typedef bfd_vma CORE_ADDR; #include "ptid.h" -/* Check if a character is one of the commonly used C++ marker characters. */ -extern int is_cplus_marker (int); - /* Enable xdb commands if set. */ extern int xdb_commands; @@ -442,10 +439,6 @@ extern struct cleanup *make_bpstat_clear_actions_cleanup (void); extern int producer_is_gcc_ge_4 (const char *producer); -/* From demangle.c */ - -extern void set_demangling_style (char *); - /* Annotation stuff. */ |