Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PropagateDirectory: Remove dead code
1. The _firstJob is usually deleted by the time the PropagateDirectory finishes. (deleteLater() is called early) 2. The PropagateDirectory::_item and PropagateRemoteMkdir::_item point to the same SyncFileItem anyway. This code is a leftover from when each job had its own instance.
- Loading branch information