X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..21362eb3e66fd2c787aee132bce100a44d71a99c:/bsd/netat/aurp_rx.c diff --git a/bsd/netat/aurp_rx.c b/bsd/netat/aurp_rx.c index a10dbaf62..861f7c2d1 100644 --- a/bsd/netat/aurp_rx.c +++ b/bsd/netat/aurp_rx.c @@ -34,8 +34,6 @@ * * File: rx.c */ -#ifdef AURP_SUPPORT - #include #include #include @@ -215,5 +213,3 @@ at_insert(m, type, node) return 0; } - -#endif /* AURP_SUPPORT */