From 51595f5340d141e5f1e7b2a4d858abfa9b12c43e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 23 Apr 2019 13:51:07 -0700 Subject: Remove some unnecessary #ifdef directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These directives are in files that are compiled only if the symbols are defined. * src/gfilenotify.c: Remove unnecessary ‘#ifdef HAVE_GFILENOTIFY’. * src/inotify.c: Remove unnecessary ‘#ifdef HAVE_INOTIFY’. * src/kqueue.c: Remove unnecessary ‘#ifdef HAVE_KQUEUE’. --- src/inotify.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/inotify.c') diff --git a/src/inotify.c b/src/inotify.c index ecbe31c1682..9a7dbb8f413 100644 --- a/src/inotify.c +++ b/src/inotify.c @@ -19,8 +19,6 @@ along with GNU Emacs. If not, see . */ #include -#ifdef HAVE_INOTIFY - #include "lisp.h" #include "coding.h" #include "process.h" @@ -550,5 +548,3 @@ syms_of_inotify (void) Fprovide (intern_c_string ("inotify"), Qnil); } - -#endif /* HAVE_INOTIFY */ -- cgit v1.2.3