raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=24b77d8ed9e3eb2b1c5a7000b96a56aaaecfc438
commit 24b77d8ed9e3eb2b1c5a7000b96a56aaaecfc438 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Apr 21 16:39:06 2017 +0900 eio monitor - remove unused vars and fix warning --- src/lib/eio/eio_monitor_inotify.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/eio/eio_monitor_inotify.c b/src/lib/eio/eio_monitor_inotify.c index 4f36778..5ff54d5 100644 --- a/src/lib/eio/eio_monitor_inotify.c +++ b/src/lib/eio/eio_monitor_inotify.c @@ -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) --
