| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index f46ad8d4c119169193281eb6dc8176215141fb49..06cb6869efd96786c5b3918c20dc62dbd722a554 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -317,7 +317,6 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler('--out=.+|-o.*', setOutput, multipleArguments: true),
|
| new OptionHandler(Flags.allowMockCompilation, passThrough),
|
| new OptionHandler(Flags.fastStartup, passThrough),
|
| - new OptionHandler(Flags.conditionalDirectives, passThrough),
|
| new OptionHandler('${Flags.minify}|-m', implyCompilation),
|
| new OptionHandler(Flags.preserveUris, passThrough),
|
| new OptionHandler('--force-strip=.*', setStrip),
|
|
|