cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9b618316c47cb5360f0895ddc4038658c4aeae39

commit 9b618316c47cb5360f0895ddc4038658c4aeae39
Author: Cedric Bail <[email protected]>
Date:   Sun Sep 15 22:37:59 2019 -0700

    ecore: remove unused variable after code migration. Fix warning.
    
    Reviewed-by: Marcel Hollerbach <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D9944
---
 src/tests/efl/efl_test_composite_model.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tests/efl/efl_test_composite_model.c 
b/src/tests/efl/efl_test_composite_model.c
index 9538a1173f..d20bc1c017 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,

-- 


Reply via email to