]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: da: remove ifdef USE_DEVICEATLAS from da.c
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:25:39 +0000 (13:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:42:12 +0000 (13:42 +0200)
This file is only built when the macro is defined, there's no point
having it ifdefed here.

src/da.c

index 435cc3fd3e0a0d9a16378cd4a19df0234601862d..2b809e4434b8c7350fe688c08446b7bd64237f52 100644 (file)
--- a/src/da.c
+++ b/src/da.c
@@ -1,5 +1,3 @@
-#ifdef USE_DEVICEATLAS
-
 #include <stdio.h>
 
 #include <common/cfgparse.h>
@@ -239,4 +237,3 @@ static void __da_init(void)
        sample_register_convs(&conv_kws);
        cfg_register_keywords(&dacfg_kws);
 }
-#endif