diff options
Diffstat (limited to 'src/inotify.c')
-rw-r--r-- | src/inotify.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <https://www.gnu.org/licenses/>. */ #include <config.h> -#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 */ |