Index: sdk/bin/pub.bat |
diff --git a/sdk/bin/pub.bat b/sdk/bin/pub.bat |
index 820774606ad6131f76d99e59cc088dcc78ee4c56..2a91e309ca3304f0330cba9376ef7df37c1f37dd 100644 |
--- a/sdk/bin/pub.bat |
+++ b/sdk/bin/pub.bat |
@@ -34,11 +34,6 @@ set BUILD_DIR=%SDK_DIR%\..\build\ReleaseIA32 |
set PACKAGES_DIR=%BUILD_DIR%\pub_packages |
set DART=%BUILD_DIR%\dart-sdk\bin\dart |
-rem Compile async/await down to vanilla Dart. |
-rem TODO(rnystrom): Remove this when #104 is fixed. |
-set ASYNC_COMPILER="%SDK_DIR%"\lib\_internal\pub\bin\async_compile.dart |
-"%DART%" --package-root="%PACKAGES_DIR%" "%ASYNC_COMPILER%" "%BUILD_DIR%" |
- |
rem Run the async/await compiled pub. |
set PUB="%SDK_DIR%\lib\_internal\pub_generated\bin\pub.dart" |
"%DART%" %VM_OPTIONS% --package-root="%PACKAGES_DIR%" "%PUB%" %* |
@@ -59,4 +54,4 @@ if not "%current%"=="" call :follow_links "%current%", result |
endlocal & set %~2=%result% |
goto :eof |
-:end |
+:end |