Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / python / py-infevents.c
index 3ded1b8ebb6712bdfeb37be8f0cd69110f56c728..33d994cad48ae325f9235c4fa580636d0cca3bb4 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to inferior function events.
 
-   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+   Copyright (C) 2013-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -36,8 +36,6 @@ static PyObject *
 create_inferior_call_event_object (inferior_call_kind flag, ptid_t ptid,
                                   CORE_ADDR addr)
 {
-  int pid;
-  long tid, lwp;
   PyObject *event;
   PyObject *ptid_obj = NULL;
   PyObject *addr_obj = NULL;
This page took 0.023615 seconds and 4 git commands to generate.