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 unused declaration
Date: Fri,  3 Nov 2023 19:29:10 +0000 (GMT)	[thread overview]
Message-ID: <20231103192910.17261385843A@sourceware.org> (raw)

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

commit 8489362f002d1a844e1a0713438922cdafae7b7c
Author: Tom Tromey <tromey@adacore.com>
Date:   Fri Nov 3 13:24:08 2023 -0600

    Remove unused declaration
    
    I found a declaration in py-stopevent.h for which there is no
    definition.  This patch removes it.

Diff:
---
 gdb/python/py-stopevent.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/python/py-stopevent.h b/gdb/python/py-stopevent.h
index 023459ff200..649112f0488 100644
--- a/gdb/python/py-stopevent.h
+++ b/gdb/python/py-stopevent.h
@@ -23,7 +23,6 @@
 #include "py-event.h"
 
 extern gdbpy_ref<> create_stop_event_object (PyTypeObject *py_type);
-extern void stop_evpy_dealloc (PyObject *self);
 
 extern int emit_stop_event (struct bpstat *bs,
 			    enum gdb_signal stop_signal);

             reply	other threads:[~2023-11-03 19:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03 19:29 Tom Tromey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-26 21:34 Tom Tromey
2017-09-30  3:13 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=20231103192910.17261385843A@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).