| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index ac8d65a78d59a9fa40148c5a0a4678fd210314cd..5f2e7a178b345a6f0ab93aba11b5cb8094244ea6 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -335,9 +335,6 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler(
|
| '--output-type=dart|--output-type=dart-multi|--output-type=js',
|
| setOutputType),
|
| - // TODO(efortuna): Remove this once kernel global inference is fully
|
| - // implemented.
|
| - new OptionHandler(Flags.kernelGlobalInference, passThrough),
|
| new OptionHandler(Flags.useKernelInSsa, passThrough),
|
| new OptionHandler(Flags.useKernel, setPreviewDart2),
|
| new OptionHandler(Flags.noFrequencyBasedMinification, passThrough),
|
|
|