public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tom Tromey <tromey@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] Remove tui_exec_info_content
Date: Mon, 21 Oct 2019 15:27:00 -0000	[thread overview]
Message-ID: <20191021152755.109977.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e5f3c0e3b83239b4b73fa76f28513a4a56fe50ce

commit e5f3c0e3b83239b4b73fa76f28513a4a56fe50ce
Author: Tom Tromey <tom@tromey.com>
Date:   Mon Oct 21 09:26:39 2019 -0600

    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

Diff:
---
 gdb/ChangeLog           | 4 ++++
 gdb/tui/tui-winsource.h | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6f1a1c0..44980f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 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
 	NM_H.   Use AC_CONFIG_LINKS.
 	* configure: Rebuild.
diff --git a/gdb/tui/tui-winsource.h b/gdb/tui/tui-winsource.h
index a66c635..9417b28 100644
--- a/gdb/tui/tui-winsource.h
+++ b/gdb/tui/tui-winsource.h
@@ -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
 {


                 reply	other threads:[~2019-10-21 15:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191021152755.109977.qmail@sourceware.org \
    --to=tromey@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).