commit | 25eda1e182735328ece324321c02cb56f3925fab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 02 13:25:39 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 02 13:42:12 2015 +0200 |
tree | 3bb33484cadfcd8530ccfcdb747cd9398b3e7b10 | |
parent | a397e76ac759ddecab2d46991b7547289b88fc19 [diff] |
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 435cc3f..2b809e4 100644 --- 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 @@ sample_register_convs(&conv_kws); cfg_register_keywords(&dacfg_kws); } -#endif