diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 2e8ae23..711f8ef 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -5074,14 +5074,6 @@ info_modules_command (const char *args, int from_tty) from_tty); } -/* Breakpoint all functions matching regular expression. */ - -void -rbreak_command_wrapper (char *regexp, int from_tty) -{ - rbreak_command (regexp, from_tty); -} - static void rbreak_command (const char *regexp, int from_tty) { |