diff options
author | 2007-05-15 21:00:05 +0000 | |
---|---|---|
committer | 2007-05-15 21:00:05 +0000 | |
commit | e830f99af29d34814a43f2c920e50d864941e490 (patch) | |
tree | 4f76eeca492789cd9c95d8e92a34feac3cd6be94 | |
parent | We will never call OpenFirmware from 32-bit code. (diff) | |
download | wireguard-openbsd-e830f99af29d34814a43f2c920e50d864941e490.tar.xz wireguard-openbsd-e830f99af29d34814a43f2c920e50d864941e490.zip |
Remove unused variable.
-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 |