devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0e6cd3fbf5994ca9775267fc49d5282b11982822

commit 0e6cd3fbf5994ca9775267fc49d5282b11982822
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Apr 19 13:15:02 2017 -0400

    elput: Remove unused variable
    
    Gcc reports 'flags' as unused here, so remove it
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/elput/elput_evdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c
index 44999eb..93842ac 100644
--- a/src/lib/elput/elput_evdev.c
+++ b/src/lib/elput/elput_evdev.c
@@ -61,7 +61,6 @@ static int
 _keyboard_fd_get(off_t size)
 {
    Eina_Tmpstr *fullname;
-   long flags;
    int fd = 0;
    Efl_Vpath_File *file_obj;
 

-- 


Reply via email to