Remove unused declaration
authorTom Tromey <tromey@adacore.com>
Fri, 3 Nov 2023 19:24:08 +0000 (13:24 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 3 Nov 2023 19:24:08 +0000 (13:24 -0600)
I found a declaration in py-stopevent.h for which there is no
definition.  This patch removes it.

gdb/python/py-stopevent.h

index 023459ff2005415d407b8aea842587630b7d4589..649112f04886c7a24cf246f88df25de377b50972 100644 (file)
@@ -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);