aboutsummaryrefslogtreecommitdiff
path: root/common/env_nowhere.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:01 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:01 +0200
commitc0878af6e32f0fd8e13a6ca315b9add64441115a (patch)
treeb66992e39c65d51454591aed09c8f18021785666 /common/env_nowhere.c
parent93f6d72544da4510a146bc4c93d609b0116cde37 (diff)
env_nowhere: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/env_nowhere.c')
-rw-r--r--common/env_nowhere.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/env_nowhere.c b/common/env_nowhere.c
index 8dd4867f1..78e8f8eb4 100644
--- a/common/env_nowhere.c
+++ b/common/env_nowhere.c
@@ -25,9 +25,6 @@
*/
#include <common.h>
-
-#if defined(CONFIG_ENV_IS_NOWHERE) /* Environment is nowhere */
-
#include <command.h>
#include <environment.h>
#include <linux/stddef.h>
@@ -61,5 +58,3 @@ int env_init(void)
return (0);
}
-
-#endif /* CONFIG_ENV_IS_NOWHERE) */