tests: ecore_promise: removed unused variable

Looks like a copy and paste bug form the other tests.
This commit is contained in:
Stefan Schmidt 2016-11-04 11:21:56 +01:00
parent f742c8488c
commit a69506db44
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ START_TEST(efl_test_promise_future_success_before_get)
Efl_Future *f;
Future_Ok fo = { EINA_FALSE, EINA_FALSE, EINA_FALSE };
Eina_Bool deadf = EINA_FALSE, deadp = EINA_FALSE;
int progress = 7;
int value = 42;
ecore_init();