@ -101,9 +101,6 @@ struct mufs_tree *resolve_path(struct mufs *fs, const char *path)
char *s, *p, *end;
int ret;
if (!path || *path == '\0')
return NULL;
if (!(s = mufs_abspath(path)))