diff options
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 5c44ba9..62f4d7f 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1381,9 +1381,6 @@ apropos_command (const char *arg, int from_tty) { bool verbose = arg && check_for_argument (&arg, "-v", 2); - if (verbose) - arg = skip_spaces (arg); - if (arg == NULL || *arg == '\0') error (_("REGEXP string is empty")); |