From 69d06a35ec4c02606924eba1598bfbc32997e4d8 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Sat, 9 Jun 2007 12:22:53 +0000 Subject: Remove the definition and use of if_deactivate(). It was defined empty and thus produced no code at all. No binary change. ok jsg. --- sys/dev/usb/if_uath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/usb/if_uath.c') 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; -- cgit v1.2.3-59-g8ed1b