diff options
Diffstat (limited to 'common/env_nowhere.c')
| -rw-r--r-- | common/env_nowhere.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/common/env_nowhere.c b/common/env_nowhere.c index 8a3ca1978..18fcf2ca4 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -37,11 +37,6 @@ void env_relocate_spec(void)  {  } -uchar env_get_char_spec(int index) -{ -	return *((uchar *)(gd->env_addr + index)); -} -  /*   * Initialize Environment use   * |