diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-15 21:00:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-15 21:00:06 +0000 |
commit | 9b07a5dce5267f0aa733cdc711da304e9937153e (patch) | |
tree | ac673cfc5cb95f9736916de5d0bf1ac13548c9c1 /sys | |
parent | 858c2d2d1ace1deac79304e7ebd2ba0d21b0aa3e (diff) |
Remove unused variable.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index ef9e42f545a..7915aed73f5 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.76 2007/05/15 20:30:11 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.77 2007/05/15 21:00:05 kettenis Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -9452,8 +9452,6 @@ _C_LABEL(ssym): _C_LABEL(proc0paddr): .xword _C_LABEL(u0) ! KVA of proc0 uarea - .comm _C_LABEL(nwindows), 4 - #ifdef DEBUG .comm _C_LABEL(trapdebug), 4 .comm _C_LABEL(pmapdebug), 4 |