Remove some unused variables
[deliverable/binutils-gdb.git] / gdb / target.c
index 19d59ba603a27de38fba05eea10b7147a372fcbc..eba07cc9174290a20368087f6d52cc37c1d99c67 100644 (file)
@@ -674,9 +674,6 @@ unpush_target (struct target_ops *t)
 bool
 target_stack::unpush (target_ops *t)
 {
-  struct target_ops **cur;
-  struct target_ops *tmp;
-
   if (t->to_stratum == dummy_stratum)
     internal_error (__FILE__, __LINE__,
                    _("Attempt to unpush the dummy target"));
This page took 0.023813 seconds and 4 git commands to generate.