Commit 3253b17
committed
[Support] Do not remove lock file on failure (llvm#130834)
Clients of `LockFileManager` call `unsafeRemoveLockFile()` whenever
`tryLock()` fails. However looking at the code, there are no scenarios
where this actually does something useful. This PR removes such calls.
(cherry picked from commit f4d599c)1 parent 325cd27 commit 3253b17
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1642 | 1642 | | |
1643 | 1643 | | |
1644 | 1644 | | |
1645 | | - | |
1646 | | - | |
1647 | 1645 | | |
1648 | 1646 | | |
1649 | 1647 | | |
| |||
0 commit comments