diff options
author | 2007-06-09 12:22:53 +0000 | |
---|---|---|
committer | 2007-06-09 12:22:53 +0000 | |
commit | 69d06a35ec4c02606924eba1598bfbc32997e4d8 (patch) | |
tree | 05ce7262debbb32e66d0bd83f1ec8f435983da31 /sys/dev/usb/if_rum.c | |
parent | Add a CVS marker. (diff) | |
download | wireguard-openbsd-69d06a35ec4c02606924eba1598bfbc32997e4d8.tar.xz wireguard-openbsd-69d06a35ec4c02606924eba1598bfbc32997e4d8.zip |
Remove the definition and use of if_deactivate(). It was defined empty and
thus produced no code at all.
No binary change.
ok jsg.
Diffstat (limited to 'sys/dev/usb/if_rum.c')
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index bc3a72c8bee..5ad6cbe6e7d 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.59 2007/06/09 08:52:10 damien Exp $ */ +/* $OpenBSD: if_rum.c,v 1.60 2007/06/09 12:22:53 mbalmer Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -2249,7 +2249,6 @@ rum_activate(device_ptr_t self, enum devact act) return EOPNOTSUPP; case DVACT_DEACTIVATE: - /*if_deactivate(&sc->sc_ic.ic_if);*/ break; } |