Index: lib/dartdoc/frog/lang.dart |
diff --git a/lib/dartdoc/frog/lang.dart b/lib/dartdoc/frog/lang.dart |
deleted file mode 100644 |
index 7b2e2c933c527df756293754c7af1297b9553625..0000000000000000000000000000000000000000 |
--- a/lib/dartdoc/frog/lang.dart |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-// Copyright (c) 2011, 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. |
- |
-#library('lang'); |
- |
-#import('dart:coreimpl'); |
-#import('file_system.dart'); |
- |
-#source('analyze.dart'); |
-#source('analyze_frame.dart'); |
-#source('block_scope.dart'); |
-#source('code_writer.dart'); |
-#source('corejs.dart'); |
-#source('element.dart'); |
-#source('gen.dart'); |
-#source('library.dart'); |
-#source('member.dart'); |
-#source('member_set.dart'); |
-#source('method_data.dart'); |
-#source('token.dart'); |
-#source('source.dart'); |
-#source('tokenizer.dart'); |
-#source('tokenizer.g.dart'); |
-#source('token_kind.g.dart'); |
-#source('parser.dart'); |
-#source('tree.dart'); |
-#source('tree.g.dart'); |
-#source('type.dart'); |
-#source('utils.dart'); |
-#source('value.dart'); |
-#source('world.dart'); |
-#source('frog_options.dart'); |
-#source('reader.dart'); |
-#source('var_member.dart'); |
-#source('../../compiler/implementation/ssa/js_names.dart'); |