summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index e84e4023fe6..f8969a2cb02 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.238 2011/07/08 18:48:51 henning Exp $ */
+/* $OpenBSD: if.c,v 1.239 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -585,10 +585,6 @@ do { \
#ifdef INET6
IF_DETACH_QUEUES(ip6intrq);
#endif
-#ifdef NETATALK
- IF_DETACH_QUEUES(atintrq1);
- IF_DETACH_QUEUES(atintrq2);
-#endif
#ifdef NATM
IF_DETACH_QUEUES(natmintrq);
#endif