diff options
Diffstat (limited to 'gio/inotify/inotify-helper.c')
-rw-r--r-- | gio/inotify/inotify-helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 6ee0b4b83..b1a9cf153 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -36,7 +36,6 @@ #include "inotify-helper.h" #include "inotify-missing.h" #include "inotify-path.h" -#include "inotify-diag.h" static gboolean ih_debug_enabled = FALSE; #define IH_W if (ih_debug_enabled) g_warning @@ -87,7 +86,6 @@ _ih_startup (void) return FALSE; } _im_startup (ih_not_missing_callback); - _id_startup (); IH_W ("started gvfs inotify backend\n"); |