Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/clang/scripts/update.sh

Issue 7970013: Revert 102346 (already landed in 102342. It's a great CL, but having it in the tree once is enoug... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
===================================================================
--- tools/clang/scripts/update.sh (revision 102348)
+++ tools/clang/scripts/update.sh (working copy)
@@ -51,12 +51,6 @@
rm -rf clang-$rev
done
-# TODO(thakis): Remove this after Sept 29 2011. http://crbug.com/96722
-for rev in 138188 138417 139029 139473 139990; do
- rm -f clang-$rev.tgz
- rm -rf clang-$rev
-done
-
# Xcode and clang don't get along when predictive compilation is enabled.
# http://crbug.com/96315
if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698