| Index: tools/create_sdk.py
|
| diff --git a/tools/create_sdk.py b/tools/create_sdk.py
|
| index aeba302c1d48ca060a1d6378923b296270809d13..a3ad5b5444033e12bb6da170949fc701147fb39b 100755
|
| --- a/tools/create_sdk.py
|
| +++ b/tools/create_sdk.py
|
| @@ -359,15 +359,6 @@ def Main(argv):
|
| copytree(join(HOME, 'lib', 'isolate'), join(LIB, 'isolate'),
|
| ignore=ignore_patterns('.svn'))
|
|
|
| - isolate_runtime_dir = join(LIB, 'isolate', 'runtime')
|
| - # path seems to exist when run locally, but not on builder
|
| - if not exists(isolate_runtime_dir):
|
| - os.makedirs(isolate_runtime_dir)
|
| -
|
| - isolate_runtime_src = join(HOME, 'runtime', 'lib', 'isolate.dart')
|
| - isolate_runtime_dest = join(LIB, 'isolate', 'runtime', 'isolate.dart')
|
| - copyfile(isolate_runtime_src, isolate_runtime_dest)
|
| -
|
| #
|
| # Create and populate lib/core.
|
| #
|
|
|