Remove unused declaration

I found a declaration in py-stopevent.h for which there is no
definition.  This patch removes it.
This commit is contained in:
Tom Tromey
2023-11-03 13:24:08 -06:00
parent 8cb2c7fc2e
commit 8489362f00

View File

@@ -23,7 +23,6 @@
#include "py-event.h" #include "py-event.h"
extern gdbpy_ref<> create_stop_event_object (PyTypeObject *py_type); 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, extern int emit_stop_event (struct bpstat *bs,
enum gdb_signal stop_signal); enum gdb_signal stop_signal);