From 8489362f002d1a844e1a0713438922cdafae7b7c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 3 Nov 2023 13:24:08 -0600 Subject: [PATCH] Remove unused declaration I found a declaration in py-stopevent.h for which there is no definition. This patch removes it. --- gdb/python/py-stopevent.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2