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);