diff options
Diffstat (limited to 'common/env_nowhere.c')
-rw-r--r-- | common/env_nowhere.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/env_nowhere.c b/common/env_nowhere.c index 75ef78de877..a6890dbd75d 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -33,8 +33,6 @@ DECLARE_GLOBAL_DATA_PTR; env_t *env_ptr = NULL; -extern uchar default_environment[]; - void env_relocate_spec(void) { } |