diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-cmds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index d3ec4ae..3fa2499 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -639,7 +639,6 @@ static void source_command (char *args, int from_tty) { char *file = args; - int *old_source_verbose = XNEW (int); int search_path = 0; scoped_restore save_source_verbose = make_scoped_restore (&source_verbose); |