summaryrefslogtreecommitdiff
path: root/tools/env
diff options
context:
space:
mode:
Diffstat (limited to 'tools/env')
-rw-r--r--tools/env/fw_env.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index ccaa889631..2c607bf491 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -255,9 +255,6 @@ char *fw_getenv (char *name)
{
char *env, *nxt;
- if (fw_env_open())
- return NULL;
-
for (env = environment.data; *env; env = nxt + 1) {
char *val;