]> Git Repo - binutils.git/blobdiff - gdb/python/py-stopevent.c
Fix PR python/18984
[binutils.git] / gdb / python / py-stopevent.c
index 6e243f94b03646005cbdab4d85bcd8b4d73d8616..47592c144121252b7e762d8d13460c37f39f80b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to inferior stop events.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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);
This page took 0.022312 seconds and 4 git commands to generate.