projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb2c7f
)
Remove unused declaration
author
Tom Tromey
<tromey@adacore.com>
Fri, 3 Nov 2023 19:24:08 +0000
(13:24 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/python/py-stopevent.h
b/gdb/python/py-stopevent.h
index 023459ff2005415d407b8aea842587630b7d4589..649112f04886c7a24cf246f88df25de377b50972 100644
(file)
--- 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);