| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index a5a4deba233f91c2b537481f07096f8a108ee19b..19f65edb5b29554dd49c02bb6613e571c18ccd16 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -328,7 +328,6 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| // implemented.
|
| new OptionHandler(Flags.kernelGlobalInference, passThrough),
|
| new OptionHandler(Flags.useKernel, passThrough),
|
| - new OptionHandler(Flags.loadFromDill, passThrough),
|
| new OptionHandler(Flags.noFrequencyBasedMinification, passThrough),
|
| new OptionHandler(Flags.verbose, setVerbose),
|
| new OptionHandler(Flags.version, (_) => wantVersion = true),
|
|
|