diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index de6f839..521f2ca 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -102,13 +102,6 @@ static void find_method_list (struct value **, const char *, std::vector<xmethod_worker_up> *, 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; static void show_overload_resolution (struct ui_file *file, int from_tty, |