summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-07 11:58:24 +0200
committeraxis <qt-info@nokia.com>2011-04-07 11:58:24 +0200
commitcadb8d258a20c1ef1e391d2e1aa8646019e2415c (patch)
treed06fa95b12c7eed86be42ab9836af1fc2b2ecefb /scripts
parenta2134dcec4b7536eb7574d0c27246f960dbb6eb6 (diff)
Revert "Desperate attempt to workaround meaningless error in Windows."
This reverts commit a2134dcec4b7536eb7574d0c27246f960dbb6eb6.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/950_pulse_dep_tree5
1 files changed, 0 insertions, 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");