Index: gdb/continuations.c |
diff --git a/gdb/continuations.c b/gdb/continuations.c |
index 95e934e59e60382ef36de1c2a821369e7c837dd8..2dfbbb3368f382d5169e45edb1e1688000716c89 100644 |
--- a/gdb/continuations.c |
+++ b/gdb/continuations.c |
@@ -1,6 +1,6 @@ |
/* Continuations for GDB, the GNU debugger. |
- Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc. |
+ Copyright (C) 1986-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -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; |
} |