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_uath.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_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 3304c5f8e5a..12424fdda0d 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.21 2007/06/09 08:52:10 damien Exp $ */ +/* $OpenBSD: if_uath.c,v 1.22 2007/06/09 12:22:53 mbalmer Exp $ */ /*- * Copyright (c) 2006 @@ -2122,7 +2122,6 @@ uath_activate(device_ptr_t self, enum devact act) break; case DVACT_DEACTIVATE: - /*if_deactivate(&sc->sc_ic.ic_if);*/ break; } return 0; |