Remove tui_exec_info_content
authorTom Tromey <tom@tromey.com>
Mon, 21 Oct 2019 15:26:39 +0000 (09:26 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 21 Oct 2019 15:26:39 +0000 (09:26 -0600)
I happened to notice that the tui_exec_info_content typedef is unused.
This patch removes it.  Tested by rebuilding.

gdb/ChangeLog
2019-10-21  Tom Tromey  <tom@tromey.com>

* tui/tui-winsource.h (tui_exec_info_content): Remove typedef.

Change-Id: I768edc482366e830eb4528c799686bb27518cdcb

gdb/ChangeLog
gdb/tui/tui-winsource.h

index 6f1a1c0c3f0f637d720f57c5172f9816c9277398..44980f25d190260b8226c218904e184e6e077b0a 100644 (file)
@@ -1,3 +1,7 @@
+2019-10-21  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
+
 2019-10-21  Tom Tromey  <tom@tromey.com>
 
        * configure.ac (nm.h): Conditionally create nm.h link.  Subst
index a66c63597e760f06cce96a6f3f3a9e07552d86d8..9417b282d62d2b9282ad446c35a7ca3010839bc0 100644 (file)
@@ -43,8 +43,6 @@ DEF_ENUM_FLAGS_TYPE (enum tui_bp_flag, tui_bp_flags);
 #define TUI_EXEC_POS        2
 #define TUI_EXECINFO_SIZE   4
 
-typedef char tui_exec_info_content[TUI_EXECINFO_SIZE];
-
 /* Elements in the Source/Disassembly Window.  */
 struct tui_source_element
 {