diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-11-16 09:45:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-11-16 09:45:21 +0000 |
commit | 633b91f1c688c785303b6fcba45c234c0f650f1f (patch) | |
tree | 85f3f120893452948fb4756c6c3a0971dba57513 /sys | |
parent | d97cc95e6f033e53324148fb77b2f681ef67c601 (diff) |
Remove unused (ifdef:d away) variables.
(shrinking my "grep vm_offset_t")
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_ax.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_ax.c b/sys/dev/pci/if_ax.c index f077cc053cd..a6dad538369 100644 --- a/sys/dev/pci/if_ax.c +++ b/sys/dev/pci/if_ax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ax.c,v 1.5 1999/11/15 20:59:03 aaron Exp $ */ +/* $OpenBSD: if_ax.c,v 1.6 1999/11/16 09:45:20 art Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1023,9 +1023,6 @@ ax_attach(parent, self, aux) void *aux; { int s, i; -#ifndef AX_USEIOSPACE - vm_offset_t pbase, vbase; -#endif const char *intrstr = NULL; u_int32_t command; struct ax_softc *sc = (struct ax_softc *)self; |