Drop GVFS_INOTIFY_DIAG debug feature

Just not a good idea to have this in production code.
This commit is contained in:
Matthias Clasen
2012-09-11 20:22:26 -04:00
parent 7a0c47843f
commit 6a50dc511b
5 changed files with 0 additions and 118 deletions

View File

@@ -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");