diff options
Diffstat (limited to 'gdb/python/py-event.h')
-rw-r--r-- | gdb/python/py-event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/python/py-event.h b/gdb/python/py-event.h index 388c513..a723824 100644 --- a/gdb/python/py-event.h +++ b/gdb/python/py-event.h @@ -84,7 +84,5 @@ extern void evpy_dealloc (PyObject *self); extern int evpy_add_attribute (PyObject *event, const char *name, PyObject *attr) CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; -int gdbpy_initialize_event_generic (PyTypeObject *type, const char *name) - CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION; #endif /* PYTHON_PY_EVENT_H */ |