diff options
Diffstat (limited to 'gdb/python/py-infthread.c')
-rw-r--r-- | gdb/python/py-infthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index 3a9bae7..697298d 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -145,8 +145,6 @@ thpy_get_global_num (PyObject *self, void *closure) static PyObject * thpy_get_ptid (PyObject *self, void *closure) { - int pid; - long tid, lwp; thread_object *thread_obj = (thread_object *) self; THPY_REQUIRE_VALID (thread_obj); |