aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_tx.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-12-07 21:58:50 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-12-07 21:58:50 +0000
commitf1d19042b082d95f07a0027e596ba2405aa8a9a5 (patch)
treeb856be4db5efb04d68d01039a157119ac8613b9f /sys/pci/if_tx.c
parentf769cca5eb9fed523269d85eefe74037ff7bd1b5 (diff)
downloadsrc-f1d19042b082d95f07a0027e596ba2405aa8a9a5.tar.gz
src-f1d19042b082d95f07a0027e596ba2405aa8a9a5.zip
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
and local variables, goto labels, and functions declared but not defined.
Notes
Notes: svn path=/head/; revision=41591
Diffstat (limited to 'sys/pci/if_tx.c')
-rw-r--r--sys/pci/if_tx.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index d1a63ce4d2ae..a462796f951a 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -1,5 +1,5 @@
/* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */
-/* $Id: if_tx.c,v 1.16 1998/11/01 07:44:33 semenu Exp $ */
+/* $Id: if_tx.c,v 1.17 1998/11/09 09:34:00 peter Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
@@ -407,8 +407,7 @@ epic_freebsd_attach(
#else
caddr_t pmembase;
#endif
- int i,k,s,tmp;
- u_int32_t pool;
+ int i,s,tmp;
printf("tx%d",unit);