Module Name:    src
Committed By:   martin
Date:           Mon Mar 10 13:47:16 UTC 2014

Modified Files:
        src/sys/arch/ia64/unwind: stackframe.c

Log Message:
Remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/unwind/stackframe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ia64/unwind/stackframe.c
diff -u src/sys/arch/ia64/unwind/stackframe.c:1.4 src/sys/arch/ia64/unwind/stackframe.c:1.5
--- src/sys/arch/ia64/unwind/stackframe.c:1.4	Wed Mar 18 16:00:13 2009
+++ src/sys/arch/ia64/unwind/stackframe.c	Mon Mar 10 13:47:16 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: stackframe.c,v 1.4 2009/03/18 16:00:13 cegger Exp $	*/
+/*	$NetBSD: stackframe.c,v 1.5 2014/03/10 13:47:16 martin Exp $	*/
 
 /* Contributed to the NetBSD foundation by Cherry G. Mathew <che...@mahiti.org>
  * This file contains routines to use decoded unwind descriptor entries
@@ -932,11 +932,6 @@ struct staterecord *buildrecordstack(str
 	uint64_t rlen = 0;		/* Current region length, defaults to zero, if not specified */
 	uint64_t roffset = 0;		/* Accumulated region length */
 	uint64_t rdepth = 0;		/* Offset within current region */
-
-
-	char *spill_mask = NULL;	/* Specifies when preserved registers are spilled, as a bit mask */
-
-	spill_mask = NULL;
 	bool rtype;
 
 	unwind_rsp = recordstack; /* Start with bottom of staterecord stack. */

Reply via email to