Removed redundant condition.

This commit is contained in:
Tom Hacohen 2013-10-03 11:55:48 +01:00
parent 3a1efb5d49
commit 64635b74b6
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ ecrire_cfg_load(void)
}
_ent_cfg = eet_data_read(ef, _ent_cfg_descriptor, _CONFIG_ENTRY);
if (!_ent_cfg)
goto end;
end:
if (!_ent_cfg)