From: Willy Tarreau Date: Tue, 2 Jun 2015 11:25:39 +0000 (+0200) Subject: CLEANUP: da: remove ifdef USE_DEVICEATLAS from da.c X-Git-Tag: v1.6-dev2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25eda1e182735328ece324321c02cb56f3925fab;p=thirdparty%2Fhaproxy.git CLEANUP: da: remove ifdef USE_DEVICEATLAS from da.c This file is only built when the macro is defined, there's no point having it ifdefed here. --- diff --git a/src/da.c b/src/da.c index 435cc3fd3e..2b809e4434 100644 --- a/src/da.c +++ b/src/da.c @@ -1,5 +1,3 @@ -#ifdef USE_DEVICEATLAS - #include #include @@ -239,4 +237,3 @@ static void __da_init(void) sample_register_convs(&conv_kws); cfg_register_keywords(&dacfg_kws); } -#endif