diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-color.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/py-color.c b/gdb/python/py-color.c index 91ad7ae..28f4142 100644 --- a/gdb/python/py-color.c +++ b/gdb/python/py-color.c @@ -256,7 +256,6 @@ colorpy_init (PyObject *self, PyObject *args, PyObject *kwds) return gdbpy_handle_gdb_exception (-1, except); } - Py_INCREF (self); return 0; } |