Unverified Commit 1e5cb2d8 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

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.
parent 8c8ee83b
......@@ -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]);
......
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