Skip to content

Commit

Permalink
Remove workaround for compiler dill-initialization. (flutter#20541)
Browse files Browse the repository at this point in the history
Workaround is not needed since real fix has landed in dart sdk: https://dart-review.googlesource.com/c/sdk/+/62729.
  • Loading branch information
aam authored Aug 29, 2018
1 parent 8c8ee83 commit 1e5cb2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter_tools/lib/src/compile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit 1e5cb2d

Please sign in to comment.