mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 06:37:54 -04:00
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.
This commit is contained in:
parent
a397e76ac7
commit
25eda1e182
1 changed files with 0 additions and 3 deletions
3
src/da.c
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue