inotify.c: always print notify_stat.
This commit is contained in:
parent
fd6a122c04
commit
362b845030
1 changed files with 0 additions and 2 deletions
|
|
@ -308,7 +308,5 @@ void notify_stat() {
|
||||||
if (!init)
|
if (!init)
|
||||||
die("inotify is not instantiated.");
|
die("inotify is not instantiated.");
|
||||||
|
|
||||||
#ifdef __DEBUG__
|
|
||||||
rbtree_walk(&tree, print_node);
|
rbtree_walk(&tree, print_node);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue