2008-07-16
2008-07-16 00:39:05 by Martin Stjernholm <mast@lysator.liu.se>
-
e09c00fe306a01fe24d07d6d1c4dbda6396f39a1
(4 lines)
(+2/-2)
[
Show
| Annotate
]
Branch: 7.9
Removed an unused variable.
Rev: src/error.c:1.164
Rev: src/threads.c:1.260
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: threads.c,v 1.259 2008/06/29 12:37:11 nilsson Exp $
+ || $Id: threads.c,v 1.260 2008/07/16 00:34:22 mast Exp $
*/
#include "global.h"
2085: Inside #if defined(PIKE_DEBUG)
/* Only used by with locate_references. */
if (Pike_in_gc == GC_PASS_LOCATE) {
struct svalue key, *val;
- INT32 x;
+
struct thread_state *s;
key.u.integer = ((struct thread_local *)CURRENT_STORAGE)->id;