inotify-add-watch does not need to explicitly check for ABS_PATH.

This commit is contained in:
Richard Jones
2009-08-13 14:39:59 +01:00
parent 80c479162d
commit 0790c58e36

View File

@@ -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) {