evas cache - fix logically dead code

fix CID 1039928
This commit is contained in:
Carsten Haitzler 2014-08-14 18:47:38 +09:00
parent bd3c2c245d
commit ff12b4b955
1 changed files with 0 additions and 1 deletions

View File

@ -915,7 +915,6 @@ on_stat_error:
else
*error = EVAS_LOAD_ERROR_GENERIC;
if (im) _evas_cache_image_entry_delete(cache, im);
return NULL;
}