diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index a9dabb5..c8a6a7e 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -504,8 +504,6 @@ print_frame_args (struct symbol *func, struct frame_info *frame, struct ui_file *stb; /* True if we should print arguments, false otherwise. */ int print_args = strcmp (print_frame_arguments, "none"); - /* True in "summary" mode, false otherwise. */ - int summary = !strcmp (print_frame_arguments, "scalars"); stb = mem_fileopen (); old_chain = make_cleanup_ui_file_delete (stb); |