Unbreak 'make depend' with sfxge by removing debugging code activated in the

INET || INET6 case

X-MFC with: r279398
Pointyhat to: arybchik
This commit is contained in:
Enji Cooper 2015-02-28 21:50:04 +00:00
parent 3d59729556
commit c14bdeb07e

View File

@ -36,7 +36,6 @@
#include "opt_inet6.h" #include "opt_inet6.h"
#if defined(INET) || defined(INET6) #if defined(INET) || defined(INET6)
#error LRO
#define SFXGE_LRO 1 #define SFXGE_LRO 1
#endif #endif