This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] cleanup: Wunused - auto, ax, block, break
- From: Tom Tromey <tromey at redhat dot com>
- To: Aleksandar Ristovski <aristovski at qnx dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 31 Jan 2013 09:11:23 -0700
- Subject: Re: [patch] cleanup: Wunused - auto, ax, block, break
- References: <5109E3F3.2080904@qnx.com>
>>>>> "Aleksandar" == Aleksandar Ristovski <aristovski@qnx.com> writes:
Aleksandar> * auto-load.c (auto_load_expand_dir_vars): Remove unused DIR_VEC.
Aleksandar> * ax-gdb.c (gen_printf): Remove unused EXPR, I, BOT, FR, FLEN, FMT.
Aleksandar> * ax-general.c (ax_print): Remove unused IS_FLOAT.
Aleksandar> * blockframe.c (block_innermost_frame): Remove unused START, END.
Aleksandar> * break-catch-sig.c (catch_signal_command): Remove unused GDBARCH.
Ok with the usual ChangeLog update.
Tom