diff options
Diffstat (limited to 'common/cmd_nvedit.c')
| -rw-r--r-- | common/cmd_nvedit.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5999cb80e..271200266 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -204,7 +204,6 @@ static int do_env_grep(cmd_tbl_t *cmdtp, int flag,   */  int _do_env_set(int flag, int argc, char * const argv[])  { -	bd_t  *bd = gd->bd;  	int   i, len;  	int   console = -1;  	char  *name, *value, *s; |