ecore imf test - remove unused variable

This commit is contained in:
Carsten Haitzler 2016-08-05 20:34:42 +09:00
parent adc5cd422a
commit 84e4cf7145
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ END_TEST
START_TEST(ecore_test_ecore_imf_modules_load)
{
const char **itr, *env;
const char **itr;
putenv("ECORE_IMF_MODULE=");
ecore_imf_init();