diff options
author | Tom Tromey <tom@tromey.com> | 2019-10-01 17:16:41 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-10-09 16:50:35 -0600 |
commit | a7798e7f7dd1c4226376d455af957e369aa2a192 (patch) | |
tree | 6f7918021a78b5f93afd2f06eebd780a6fd8d385 /gdb/tui | |
parent | 5c45899e280be21dad7557dad641abeccd9bb37f (diff) | |
download | gdb-a7798e7f7dd1c4226376d455af957e369aa2a192.zip gdb-a7798e7f7dd1c4226376d455af957e369aa2a192.tar.gz gdb-a7798e7f7dd1c4226376d455af957e369aa2a192.tar.bz2 |
Remove declaration from tui-wingeneral.h
tui-wingeneral.h has an unused forward declaration. This removes it.
gdb/ChangeLog
2019-10-09 Tom Tromey <tom@tromey.com>
* tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/tui-wingeneral.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tui/tui-wingeneral.h b/gdb/tui/tui-wingeneral.h index 53d7232..1831d7b 100644 --- a/gdb/tui/tui-wingeneral.h +++ b/gdb/tui/tui-wingeneral.h @@ -25,7 +25,6 @@ #include "gdb_curses.h" struct tui_win_info; -struct tui_gen_win_info; /* Makes all windows invisible. */ extern void tui_make_all_invisible (void); |