mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Remove unneeded code
darcs-hash:20071028233214-75c98-0b98df754e50f6fb937098506884b1d526bf15fd.gz
This commit is contained in:
parent
374fc09af0
commit
f506f1f495
1 changed files with 0 additions and 5 deletions
5
env.c
5
env.c
|
@ -419,11 +419,6 @@ static void setup_path()
|
|||
;
|
||||
|
||||
path = env_get( L"PATH" );
|
||||
if( !path )
|
||||
{
|
||||
env_set( L"PATH", 0, ENV_EXPORT | ENV_GLOBAL );
|
||||
path=0;
|
||||
}
|
||||
|
||||
al_init( &l );
|
||||
|
||||
|
|
Loading…
Reference in a new issue