From: Cedric Bail Date: Mon, 16 Sep 2019 05:37:59 +0000 (-0700) Subject: ecore: remove unused variable after code migration. Fix warning. X-Git-Tag: accepted/tizen/unified/20190923.011149~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff3a634cad5f6ce887d4bb2a7f56ee2b708235f6;p=platform%2Fupstream%2Fefl.git ecore: remove unused variable after code migration. Fix warning. Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D9944 --- diff --git a/src/tests/efl/efl_test_composite_model.c b/src/tests/efl/efl_test_composite_model.c index 9538a11..d20bc1c 100644 --- a/src/tests/efl/efl_test_composite_model.c +++ b/src/tests/efl/efl_test_composite_model.c @@ -27,7 +27,6 @@ static const int child_number = 3; static const int base_ints[] = { 41, 42, 43 }; -static const Eina_Bool base_selections[] = { EINA_FALSE, EINA_FALSE, EINA_TRUE }; static Eina_Value _children_slice_get_then(void *data EINA_UNUSED,