From b0af6a7be5e8de6abfa9c3a63765c8f6ae08bd9c Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 2 Jun 2003 08:36:18 +0000 Subject: [PATCH] Remove unused #ifdef BRIDGE. Reviewed by: nyan --- sys/dev/snc/if_snc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/dev/snc/if_snc.c b/sys/dev/snc/if_snc.c index 5ce73252b80..f25342053dd 100644 --- a/sys/dev/snc/if_snc.c +++ b/sys/dev/snc/if_snc.c @@ -47,11 +47,6 @@ #include #include -#include "opt_bdg.h" -#ifdef BRIDGE -#include -#endif - #include #include #include