diff options
Diffstat (limited to 'gdb/python/py-stopevent.c')
-rw-r--r-- | gdb/python/py-stopevent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/python/py-stopevent.c b/gdb/python/py-stopevent.c index 0ec39ca..684edff 100644 --- a/gdb/python/py-stopevent.c +++ b/gdb/python/py-stopevent.c @@ -115,5 +115,4 @@ GDBPY_NEW_EVENT_TYPE (stop, "gdb.StopEvent", "StopEvent", "GDB stop event object", - thread_event_object_type, - /*no qual*/); + thread_event_object_type); |