forked from Imagelibrary/binutils-gdb
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user