summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1997-06-25 13:01:00 +0000
committerdownsj <downsj@openbsd.org>1997-06-25 13:01:00 +0000
commit28ca8ccc2b0213df3650aa738b5267c0b5bba822 (patch)
tree33f133ead096645e223745ae0c0a647db49d9187
parentInclude usage notes in the rest of the endian.h files for consistancy. (diff)
downloadwireguard-openbsd-28ca8ccc2b0213df3650aa738b5267c0b5bba822.tar.xz
wireguard-openbsd-28ca8ccc2b0213df3650aa738b5267c0b5bba822.zip
remove unused variable
-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;