From: Tom Tromey Date: Fri, 3 Nov 2023 19:24:08 +0000 (-0600) Subject: Remove unused declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8489362f002d1a844e1a0713438922cdafae7b7c;p=binutils-gdb.git Remove unused declaration I found a declaration in py-stopevent.h for which there is no definition. This patch removes it. --- 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);