summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/inotify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/inotify.c b/daemon/inotify.c
index 7834dcb5..3e314f03 100644
--- a/daemon/inotify.c
+++ b/daemon/inotify.c
@@ -129,7 +129,6 @@ do_inotify_add_watch (const char *path, int mask)
char *buf;
NEED_INOTIFY (-1);
- ABS_PATH (path, return -1);
buf = sysroot_path (path);
if (!buf) {