| Index: pkg/analyzer/bin/analyzer.dart
|
| diff --git a/pkg/analyzer/bin/analyzer.dart b/pkg/analyzer/bin/analyzer.dart
|
| index 7e680932c3011e8fca4e5ef6ef97d94b29b50171..fe96224fbe35c3c8c5836139d2169a10f0d0bd3d 100644
|
| --- a/pkg/analyzer/bin/analyzer.dart
|
| +++ b/pkg/analyzer/bin/analyzer.dart
|
| @@ -93,8 +93,6 @@ class BatchRunner {
|
| args.addAll(lineArgs);
|
| args.remove('-b');
|
| args.remove('--batch');
|
| - // TODO(scheglov) https://code.google.com/p/dart/issues/detail?id=11061
|
| - args.remove('-batch');
|
| }
|
| // analyze single set of arguments
|
| try {
|
|
|