forked from Imagelibrary/binutils-gdb
Remove tui_exec_info_content
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
This commit is contained in:
@@ -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>
|
2019-10-21 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* configure.ac (nm.h): Conditionally create nm.h link. Subst
|
* configure.ac (nm.h): Conditionally create nm.h link. Subst
|
||||||
|
|||||||
@@ -43,8 +43,6 @@ DEF_ENUM_FLAGS_TYPE (enum tui_bp_flag, tui_bp_flags);
|
|||||||
#define TUI_EXEC_POS 2
|
#define TUI_EXEC_POS 2
|
||||||
#define TUI_EXECINFO_SIZE 4
|
#define TUI_EXECINFO_SIZE 4
|
||||||
|
|
||||||
typedef char tui_exec_info_content[TUI_EXECINFO_SIZE];
|
|
||||||
|
|
||||||
/* Elements in the Source/Disassembly Window. */
|
/* Elements in the Source/Disassembly Window. */
|
||||||
struct tui_source_element
|
struct tui_source_element
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user