ecore: remove unused variable after code migration. Fix warning.
authorCedric Bail <cedric.bail@free.fr>
Mon, 16 Sep 2019 05:37:59 +0000 (22:37 -0700)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 17 Sep 2019 21:11:06 +0000 (06:11 +0900)
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9944

src/tests/efl/efl_test_composite_model.c

index 9538a11..d20bc1c 100644 (file)
@@ -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,