diff options
| author | enami <enami@NetBSD.org> | 2000-10-04 06:20:05 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2000-10-04 06:20:05 +0000 |
| commit | bc50cb2caea5b5771556889e72aa3a2f94dcd507 (patch) | |
| tree | e76114f6a15bc3a4f4bf325c685662931a17a9b2 | |
| parent | 5ca577ee775088746f2e9767a06674b1b62a37b5 (diff) | |
Remove redundant assignment.
| -rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 0cc1a846fed..bc25c43865f 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_vlan.c,v 1.12 2000/10/03 23:52:39 thorpej Exp $ */ +/* $NetBSD: if_vlan.c,v 1.13 2000/10/04 06:20:05 enami Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -338,7 +338,6 @@ vlan_unconfig(struct ifnet *ifp) { struct ifvlan *ifv = ifp->if_softc; - ifv = ifp->if_softc; if (ifv->ifv_p == NULL) return; |
