| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 6d2a9beff646a8a47ae115506eb7eb0fc49b66c9..46aa8be998689bdf63d82671f37582e461a24564 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -482,10 +482,6 @@
|
| cflags = ['--gcc-toolchain=' + args.gcc_toolchain]
|
| cxxflags = ['--gcc-toolchain=' + args.gcc_toolchain]
|
| print 'Building final compiler'
|
| -
|
| - # TODO(thakis): Remove this after a few hours.
|
| - if os.path.exists(LLVM_BUILD_DIR):
|
| - RmTree(LLVM_BUILD_DIR)
|
|
|
| if sys.platform == 'darwin':
|
| # Build libc++.dylib while some bots are still on OS X 10.6.
|
|
|