forked from Imagelibrary/binutils-gdb
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
* auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
* ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
* ax-general.c (ax_print): Remove unused is_float.
* blockframe.c (block_innermost_frame): Remove unused start, end.
* break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
Reference: http://sourceware.org/ml/gdb-patches/2013-01/msg00752.html
This commit is contained in:
@@ -444,7 +444,6 @@ catch_signal_command (char *arg, int from_tty,
|
||||
{
|
||||
int tempflag, catch_all = 0;
|
||||
VEC (gdb_signal_type) *filter;
|
||||
struct gdbarch *gdbarch = get_current_arch ();
|
||||
|
||||
tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user