diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-31 22:47:30 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-31 22:47:30 +0000 |
commit | 2145c0b7747c529f24900f7941f589afc2363652 (patch) | |
tree | 1ee47bdfccddb404b23b939f590fa28d9a7a2784 | |
parent | 807265ab278b1952745ef567b2aeecc122ce053d (diff) | |
download | chromium_src-2145c0b7747c529f24900f7941f589afc2363652.zip chromium_src-2145c0b7747c529f24900f7941f589afc2363652.tar.gz chromium_src-2145c0b7747c529f24900f7941f589afc2363652.tar.bz2 |
Delete some code that is no longer needed
BUG=96722
TEST=none
Review URL: http://codereview.chromium.org/8429021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108030 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | tools/clang/scripts/update.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index a41809b..1564755 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -54,12 +54,6 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then exit 0 fi -# 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 |