mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
Remove dead definition from valops.c
This removes a variable definition in valops.c that has been surrounded by "#if 0" since gdb moved to sourceware. gdb/ChangeLog 2018-09-26 Tom Tromey <tom@tromey.com> * valops.c (auto_abandon): Remove dead code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-09-26 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* valops.c (auto_abandon): Remove dead code.
|
||||||
|
|
||||||
2018-09-26 Tom Tromey <tom@tromey.com>
|
2018-09-26 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
|
* tui/tui-win.c (WIN_HEIGHT_USAGE): Remove extra ">"s.
|
||||||
|
@ -102,13 +102,6 @@ static void find_method_list (struct value **, const char *,
|
|||||||
std::vector<xmethod_worker_up> *,
|
std::vector<xmethod_worker_up> *,
|
||||||
struct type **, LONGEST *);
|
struct type **, LONGEST *);
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* Flag for whether we want to abandon failed expression evals by
|
|
||||||
default. */
|
|
||||||
|
|
||||||
static int auto_abandon = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int overload_resolution = 0;
|
int overload_resolution = 0;
|
||||||
static void
|
static void
|
||||||
show_overload_resolution (struct ui_file *file, int from_tty,
|
show_overload_resolution (struct ui_file *file, int from_tty,
|
||||||
|
Reference in New Issue
Block a user