Remove workaround for compiler dill-initialization. (#20541)

Workaround is not needed since real fix has landed in dart sdk: https://dart-review.googlesource.com/c/sdk/+/62729.
This commit is contained in:
Alexander Aprelev 2018-08-29 08:56:19 -07:00 committed by GitHub
parent 8c8ee83b33
commit 1e5cb2d87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,6 @@ class ResidentCompiler {
'--incremental',
'--strong',
'--target=flutter',
'--initialize-from-dill=foo' // TODO(aam): remove once dartbug.com/33087 fixed
];
if (outputPath != null) {
command.addAll(<String>['--output-dill', outputPath]);