Index: pkg/analyzer_plugin/tool/spec/generate_all.dart |
diff --git a/pkg/analyzer_plugin/tool/spec/generate_all.dart b/pkg/analyzer_plugin/tool/spec/generate_all.dart |
index e0f29b52db82532277ea7655162f114797f58544..234435a0a70bc7f282c76b5bcebdd2438339865d 100644 |
--- a/pkg/analyzer_plugin/tool/spec/generate_all.dart |
+++ b/pkg/analyzer_plugin/tool/spec/generate_all.dart |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
@@ -27,7 +27,6 @@ main() { |
*/ |
List<GeneratedContent> get allTargets { |
List<GeneratedContent> targets = <GeneratedContent>[]; |
-// targets.add(codegen_analysis_server.target); |
targets.add(codegen_dart_protocol.target); |
targets.add(codegen_inttest_methods.target); |
targets.add(codegen_matchers.target); |