From cadb8d258a20c1ef1e391d2e1aa8646019e2415c Mon Sep 17 00:00:00 2001 From: axis Date: Thu, 7 Apr 2011 11:58:24 +0200 Subject: Revert "Desperate attempt to workaround meaningless error in Windows." This reverts commit a2134dcec4b7536eb7574d0c27246f960dbb6eb6. --- scripts/950_pulse_dep_tree | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/950_pulse_dep_tree b/scripts/950_pulse_dep_tree index 1841d7f..ac91d08 100644 --- a/scripts/950_pulse_dep_tree +++ b/scripts/950_pulse_dep_tree @@ -156,11 +156,6 @@ sub resolveAndCommitDependencies { # In the case of webkit, use latest revision, since we cannot publish SHAs without going through # the WebKit contribution process. $committedSha = "LATEST_REVISION"; - - # Desperate attempt to workaround meaningless error in Windows. - # (error: unable to unlink old 'Source/sync.profile' (Permission denied)) - sleep(5) if ($OStype == WINDOWS); - # Also, go back one commit, because we don't want the newly generated commit to be referenced in # the mother repo. run("git checkout -q master~1"); -- cgit v1.2.3