mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Drop GVFS_INOTIFY_DIAG debug feature
Just not a good idea to have this in production code.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user