diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-12 19:33:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-10-12 19:33:49 +0000 |
commit | 8508452e9284aac5762fc811c80f8264d17f3bd3 (patch) | |
tree | 6e23894406b7662e61548a14f4854f9ec12235ac /sys/arch/mvme88k | |
parent | f366bc4866a19e4be7fcb38fc1a8506ccb7aab13 (diff) |
Kill unused global variable.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/if_ie.c b/sys/arch/mvme88k/dev/if_ie.c index 07ad5d32810..9877e1d303a 100644 --- a/sys/arch/mvme88k/dev/if_ie.c +++ b/sys/arch/mvme88k/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.33 2005/07/31 03:52:18 pascoe Exp $ */ +/* $OpenBSD: if_ie.c,v 1.34 2005/10/12 19:33:48 miod Exp $ */ /*- * Copyright (c) 1998 Steve Murphree, Jr. @@ -138,7 +138,6 @@ Mode of operation: #include <mvme88k/dev/pcctwovar.h> static struct mbuf *last_not_for_us; -struct vm_map *ie_map; /* for obio */ #define IED_RINT 0x01 #define IED_TINT 0x02 @@ -1242,7 +1241,6 @@ iestart(ifp) u_char *buffer; u_short len; -/*printf("iestart\n");*/ if ((ifp->if_flags & IFF_RUNNING) == 0) return; |