Fix xmethod Python so that it works with Python3.
[deliverable/binutils-gdb.git] / gdb / continuations.c
index 95e934e59e60382ef36de1c2a821369e7c837dd8..5de4a0c90ba651707cc7c68cd343fa2cb971e8c1 100644 (file)
@@ -1,6 +1,6 @@
 /* Continuations for GDB, the GNU debugger.
 
-   Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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;
 }
This page took 0.024605 seconds and 4 git commands to generate.