summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-06-25 13:01:01 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-06-25 13:01:01 +0000
commit723826d4045810f6f56a9c0be4438d597815e3b1 (patch)
tree4e5d5ad01a67a05f33e0bdfe7eb75183f9264f53 /sys/arch
parent47dc7a62ced6f83086840c994b7fd839a808721b (diff)
remove unused variable
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/dev/zs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c
index 718d3a266aa..c44f4aefe72 100644
--- a/sys/arch/sparc/dev/zs.c
+++ b/sys/arch/sparc/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.13 1996/08/12 18:54:05 deraadt Exp $ */
+/* $OpenBSD: zs.c,v 1.14 1997/06/25 13:01:00 downsj Exp $ */
/* $NetBSD: zs.c,v 1.37.4.1 1996/06/02 09:07:55 mrg Exp $ */
/*
@@ -775,7 +775,6 @@ zshard(intrarg)
void *intrarg;
{
register struct zs_chanstate *a;
- struct zs_softc *sc;
#define b (a + 1)
register volatile struct zschan *zc;
register int rr3, intflags = 0, v, i, ringmask;