diff options
Diffstat (limited to 'src/gfilenotify.c')
-rw-r--r-- | src/gfilenotify.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c index a9f33c99004..ddb19770c3c 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -18,7 +18,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> -#ifdef HAVE_GFILENOTIFY #include <stdio.h> #include <gio/gio.h> #include "lisp.h" @@ -333,7 +332,4 @@ syms_of_gfilenotify (void) staticpro (&watch_list); Fprovide (intern_c_string ("gfilenotify"), Qnil); - } - -#endif /* HAVE_GFILENOTIFY */ |