aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-28 15:11:36 -0700
committerTom Tromey <tromey@redhat.com>2014-01-13 14:25:48 -0700
commit78e5999d375b8ceae5b114b7cfed4b2c20779921 (patch)
tree784e11528001a93569f4e17c234e8dd680f77b45 /gdb/defs.h
parentf2052bbe7a66ae99d72b48477289f1fea32bc982 (diff)
downloadgdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.zip
gdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.tar.gz
gdb-78e5999d375b8ceae5b114b7cfed4b2c20779921.tar.bz2
remove use_windows
Nothing actually uses use_windows, not even Insight. So, this patch removes it. 2014-01-13 Tom Tromey <tromey@redhat.com> * defs.h (use_windows): Remove. * gdb.c (main): Update. * main.c (captured_main, gdb_main): Update. * main.h (struct captured_main_args) <use_windows>: Remove. * top.c (use_windows): Remove.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 7a7d474..d86f4a9 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -729,10 +729,6 @@ extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
extern int (*deprecated_ui_load_progress_hook) (const char *section,
unsigned long num);
-/* Inhibit window interface if non-zero. */
-
-extern int use_windows;
-
/* If this definition isn't overridden by the header files, assume
that isatty and fileno exist on this system. */
#ifndef ISATTY