From 362b84503026434f1b53658ef7083a2ea64a9539 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 14 Nov 2010 13:46:13 +0100 Subject: [PATCH] inotify.c: always print notify_stat. --- src/inotify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/inotify.c b/src/inotify.c index 1ee0aad..89ded8f 100644 --- a/src/inotify.c +++ b/src/inotify.c @@ -308,7 +308,5 @@ void notify_stat() { if (!init) die("inotify is not instantiated."); -#ifdef __DEBUG__ rbtree_walk(&tree, print_node); -#endif }