| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index 422d9e1718342f32b62ea6b9b55c3132f0fd3c60..07698091f19fb6ad3976cec62b43f8ff7bf4ac49 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -124,7 +124,6 @@ void compile(List<String> argv) {
|
| new OptionHandler('--library-root=.+', setLibraryRoot),
|
| new OptionHandler('--out=.+|-o.+', setOutput),
|
| new OptionHandler('--allow-mock-compilation', passThrough),
|
| - new OptionHandler('--unparse-validation', passThrough),
|
| new OptionHandler('--no-colors', (_) => enableColors = false),
|
| new OptionHandler('--enable[_-]checked[_-]mode|--checked',
|
| (_) => passThrough('--enable-checked-mode')),
|
|
|