Commit 2145c0b7 authored by thakis@chromium.org's avatar thakis@chromium.org

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
parent 807265ab
...@@ -54,12 +54,6 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then ...@@ -54,12 +54,6 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then
exit 0 exit 0
fi 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. # Xcode and clang don't get along when predictive compilation is enabled.
# http://crbug.com/96315 # http://crbug.com/96315
if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment