elput: Remove unused variable
authorChris Michael <cp.michael@samsung.com>
Wed, 19 Apr 2017 17:15:02 +0000 (13:15 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 19 Apr 2017 17:15:02 +0000 (13:15 -0400)
Gcc reports 'flags' as unused here, so remove it

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elput/elput_evdev.c

index 44999eb..93842ac 100644 (file)
@@ -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;