diff options
Diffstat (limited to 'common/env_nowhere.c')
| -rw-r--r-- | common/env_nowhere.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/env_nowhere.c b/common/env_nowhere.c index 78e8f8eb4..ccc068b8e 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -34,7 +34,6 @@ DECLARE_GLOBAL_DATA_PTR;  env_t *env_ptr = NULL;  extern uchar default_environment[]; -extern int default_environment_size;  void env_relocate_spec (void) |