public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-testers@sourceware.org
Subject: [binutils-gdb] Remove tui_win_is_auxiliary
Date: Wed, 16 Oct 2019 08:48:00 -0000	[thread overview]
Message-ID: <5c45899e280be21dad7557dad641abeccd9bb37f@gdb-build> (raw)

*** TEST RESULTS FOR COMMIT 5c45899e280be21dad7557dad641abeccd9bb37f ***

commit 5c45899e280be21dad7557dad641abeccd9bb37f
Author:     Tom Tromey <tom@tromey.com>
AuthorDate: Tue Oct 1 17:14:14 2019 -0600
Commit:     Tom Tromey <tom@tromey.com>
CommitDate: Wed Oct 9 16:50:34 2019 -0600

    Remove tui_win_is_auxiliary
    
    tui_win_is_auxiliary is not used, so remove it.
    
    gdb/ChangeLog
    2019-10-09  Tom Tromey  <tom@tromey.com>
    
            * tui/tui-data.c (tui_win_is_auxiliary): Remove.
            * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7fb3394c0c..d8a5108080 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-09  Tom Tromey  <tom@tromey.com>
+
+	* tui/tui-data.c (tui_win_is_auxiliary): Remove.
+	* tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
+
 2019-10-09  Tom Tromey  <tom@tromey.com>
 
 	* tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
diff --git a/gdb/tui/tui-data.c b/gdb/tui/tui-data.c
index 748d897821..f1f3947e02 100644
--- a/gdb/tui/tui-data.c
+++ b/gdb/tui/tui-data.c
@@ -34,12 +34,6 @@ static struct tui_win_info *win_with_focus = NULL;
 
 static bool win_resized = false;
 
-int
-tui_win_is_auxiliary (enum tui_win_type win_type)
-{
-  return (win_type > MAX_MAJOR_WINDOWS);
-}
-
 /* Answer a whether the terminal window has been resized or not.  */
 bool
 tui_win_resized ()
diff --git a/gdb/tui/tui-data.h b/gdb/tui/tui-data.h
index 264652361e..6d4fb78334 100644
--- a/gdb/tui/tui-data.h
+++ b/gdb/tui/tui-data.h
@@ -207,8 +207,6 @@ public:
   bool is_highlighted = false;
 };
 
-extern int tui_win_is_auxiliary (enum tui_win_type win_type);
-
 
 /* Global Data.  */
 extern struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];


             reply	other threads:[~2019-10-16  8:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-16  8:48 gdb-buildbot [this message]
2019-10-16  8:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 10:14 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
2019-10-16 11:03 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2019-10-22 18:04 ` Failures on Fedora-i686, " gdb-buildbot
2019-10-22 18:54 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-10-22 18:55 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-10-22 19:43 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2019-10-22 19:50 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-10-22 20:36 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-10-22 21:13 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

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=5c45899e280be21dad7557dad641abeccd9bb37f@gdb-build \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-testers@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).