diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-04-19 13:15:02 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-04-19 13:15:02 -0400 |
commit | 0e6cd3fbf5994ca9775267fc49d5282b11982822 (patch) | |
tree | 95b201d46b6be95c5a68415a20ec26c6df1cf176 /src/lib | |
parent | 0652fbe91cf348cf02c7300c3e40b95e6247324c (diff) |
elput: Remove unused variable
Gcc reports 'flags' as unused here, so remove it
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elput/elput_evdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c index 44999eb7c5..93842ace0f 100644 --- a/src/lib/elput/elput_evdev.c +++ b/src/lib/elput/elput_evdev.c | |||
@@ -61,7 +61,6 @@ static int | |||
61 | _keyboard_fd_get(off_t size) | 61 | _keyboard_fd_get(off_t size) |
62 | { | 62 | { |
63 | Eina_Tmpstr *fullname; | 63 | Eina_Tmpstr *fullname; |
64 | long flags; | ||
65 | int fd = 0; | 64 | int fd = 0; |
66 | Efl_Vpath_File *file_obj; | 65 | Efl_Vpath_File *file_obj; |
67 | 66 | ||