[ox/fs] Remove erroneous error case

This commit is contained in:
Gary Talent 2018-07-31 21:59:58 -05:00
parent 2e19e297d9
commit 3d3ea32357

View File

@ -169,8 +169,6 @@ Error Directory<InodeId_t>::mkdir(PathIterator path, bool parents, FileName *nam
oxLogError(m_fs->remove(childInode));
return err;
}
} else {
return OxError(1);
}
Directory<InodeId_t> child(m_fs, childInode);