From 25eda1e182735328ece324321c02cb56f3925fab Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 2 Jun 2015 13:25:39 +0200 Subject: [PATCH] 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. --- src/da.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/da.c b/src/da.c index 435cc3fd3..2b809e443 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