elput: Remove unused variable

Gcc reports 'flags' as unused here, so remove it

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-04-19 13:15:02 -04:00
parent 0652fbe91c
commit 0e6cd3fbf5
1 changed files with 0 additions and 1 deletions

View 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;