PR c++/11990:
[deliverable/binutils-gdb.git] / gdb / continuations.c
index a7d8a7a75e1fd532cbe2553f63dd6a4e323c04ac..2dfbbb3368f382d5169e45edb1e1688000716c89 100644 (file)
@@ -100,8 +100,6 @@ discard_my_continuations_1 (struct continuation **pmy_chain)
 static void
 discard_my_continuations (struct continuation **list)
 {
-  struct continuation *continuation_ptr = *list;
-
   discard_my_continuations_1 (list);
   *list = NULL;
 }
This page took 0.02333 seconds and 4 git commands to generate.