Archived
1
0
Fork 0

inotify.c: always print notify_stat.

This commit is contained in:
Henrik Hautakoski 2010-11-14 13:46:13 +01:00
parent fd6a122c04
commit 362b845030

View file

@ -308,7 +308,5 @@ void notify_stat() {
if (!init)
die("inotify is not instantiated.");
#ifdef __DEBUG__
rbtree_walk(&tree, print_node);
#endif
}