eio monitor - remove unused vars and fix warning

This commit is contained in:
Carsten Haitzler 2017-04-21 16:39:06 +09:00
parent f077fb1e0d
commit 24b77d8ed9
1 changed files with 0 additions and 3 deletions

View File

@ -174,9 +174,6 @@ _eio_inotify_handler(void *data EINA_UNUSED, Ecore_Fd_Handler *fdh)
void eio_monitor_backend_init(void)
{
int fd;
#ifdef HAVE_FCNTL
int flags, rc;
#endif
fd = inotify_init();
if (fd < 0)