Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some dead code in objects_from_file
Since #684 was merged, it is impossible for `obj` to not start with dst - if `obj` is absolute or contains `../` in its Path, then the path will be hashed, and the file will still be placed under dst. As such, this obj.starts_with(&dst) check is always true.
- Loading branch information