Index: sdk/lib/_internal/compiler/implementation/runtime_types.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/runtime_types.dart b/sdk/lib/_internal/compiler/implementation/runtime_types.dart |
index c583cb13ed4d55d32a94f737c04792f3274c7282..3f7967a2809f62dd4f77037207c9f77fa6c79945 100644 |
--- a/sdk/lib/_internal/compiler/implementation/runtime_types.dart |
+++ b/sdk/lib/_internal/compiler/implementation/runtime_types.dart |
@@ -11,10 +11,6 @@ import 'universe/universe.dart'; |
import 'util/util.dart'; |
class RuntimeTypeInformation { |
- |
- static final SourceString CACHE_HELPER_NAME = |
- const SourceString('getOrCreateCachedRuntimeType'); |
- |
/** |
* Names used for elements in runtime type information. This map is kept to |
* detect elements with the same name and use a different name instead. |