Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: gdb/continuations.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/continuations.h ('k') | gdb/contrib/ari/create-web-ari-in-src.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « gdb/continuations.h ('k') | gdb/contrib/ari/create-web-ari-in-src.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698