Simple unused variable removals
[deliverable/binutils-gdb.git] / gdb / python / py-unwind.c
index 569d1f48d87186d1389fbdae67f28803df712499..469ae489f43fc02084672058a015416f1a566ea1 100644 (file)
@@ -329,8 +329,6 @@ static void
 unwind_infopy_dealloc (PyObject *self)
 {
   unwind_info_object *unwind_info = (unwind_info_object *) self;
-  int i;
-  saved_reg *reg;
 
   Py_XDECREF (unwind_info->pending_frame);
   delete unwind_info->saved_regs;
This page took 0.025071 seconds and 4 git commands to generate.