devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=31c7303425cb571e7e0cc6550cc1f4f9c060933b

commit 31c7303425cb571e7e0cc6550cc1f4f9c060933b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Nov 18 11:24:35 2016 -0500

    evas: Remove unused variables
    
    Compiling on rpi3 using neon indicates that 'alpha' and 'tmp'
    variables are unused. Reading through the source confirms it, so
    remove them.
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/evas/common/evas_op_blend/op_blend_mask_color_neon.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/evas/common/evas_op_blend/op_blend_mask_color_neon.c 
b/src/lib/evas/common/evas_op_blend/op_blend_mask_color_neon.c
index 2c0fad7..2a86d27 100644
--- a/src/lib/evas/common/evas_op_blend/op_blend_mask_color_neon.c
+++ b/src/lib/evas/common/evas_op_blend/op_blend_mask_color_neon.c
@@ -395,8 +395,7 @@ _op_blend_mas_can_dp_neon(DATA32 *s EINA_UNUSED, DATA8 *m, 
DATA32 c, DATA32 *d,
       m++;  start++;
    }
 #else
-   DATA32 *e,*tmp;
-   int alpha;
+   DATA32 *e;
 
    DEBUG_FNCOUNT("");
 

-- 


Reply via email to