public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: gdb-patches@sourceware.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: [FYI 3/3] remove obsolete declaration
Date: Mon, 13 Jan 2014 21:32:00 -0000	[thread overview]
Message-ID: <1389648715-22041-4-git-send-email-tromey@redhat.com> (raw)
In-Reply-To: <1389648715-22041-1-git-send-email-tromey@redhat.com>

deprecated_core_resize_section_table is declared but never defined.
This patch removes the stale declaration.

2014-01-13  Tom Tromey  <tromey@redhat.com>

	* gdbcore.h (deprecated_core_resize_section_table): Remove.
---
 gdb/ChangeLog | 4 ++++
 gdb/gdbcore.h | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index acf785c..5a3ed45 100644
--- a/gdb/gdbcore.h
+++ b/gdb/gdbcore.h
@@ -229,6 +229,4 @@ extern void deprecated_add_core_fns (struct core_fns *cf);
 extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
 extern int default_check_format (bfd * abfd);
 
-struct target_section *deprecated_core_resize_section_table (int num_added);
-
 #endif /* !defined (GDBCORE_H) */
-- 
1.8.1.4

  reply	other threads:[~2014-01-13 21:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 21:32 [FYI 0/3] trivial unused fixes Tom Tromey
2014-01-13 21:32 ` Tom Tromey [this message]
2014-01-13 21:32 ` [FYI 2/3] remove use_windows Tom Tromey
2014-01-13 21:32 ` [FYI 1/3] remove unused deprecated_flush_hook declaration Tom Tromey

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=1389648715-22041-4-git-send-email-tromey@redhat.com \
    --to=tromey@redhat.com \
    --cc=gdb-patches@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).