Simple unused variable removals
[deliverable/binutils-gdb.git] / gdb / infrun.c
index dd7e69e718e297b107c0da1afda53e4690d7b7cf..05523a275630ec9cf93c46fee2f859111f47530d 100644 (file)
@@ -2174,8 +2174,6 @@ start_step_over (void)
 static void
 infrun_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid)
 {
-  struct displaced_step_inferior_state *displaced;
-
   if (inferior_ptid == old_ptid)
     inferior_ptid = new_ptid;
 }
This page took 0.039139 seconds and 4 git commands to generate.