diff options
author | Tom Tromey <tromey@adacore.com> | 2023-11-03 13:24:08 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-11-03 13:24:08 -0600 |
commit | 8489362f002d1a844e1a0713438922cdafae7b7c (patch) | |
tree | b0a8418d124121762fb5f5da1df80d15ab9ffa55 /gdb/python | |
parent | 8cb2c7fc2ea4b40494b9be0f446bfbb2e52e057d (diff) | |
download | gdb-8489362f002d1a844e1a0713438922cdafae7b7c.zip gdb-8489362f002d1a844e1a0713438922cdafae7b7c.tar.gz gdb-8489362f002d1a844e1a0713438922cdafae7b7c.tar.bz2 |
Remove unused declaration
I found a declaration in py-stopevent.h for which there is no
definition. This patch removes it.
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-stopevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-stopevent.h b/gdb/python/py-stopevent.h index 023459f..649112f 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); |