| Index: lib/compiler/implementation/enqueue.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/enqueue.dart (revision 12499)
|
| +++ lib/compiler/implementation/enqueue.dart (working copy)
|
| @@ -107,11 +107,6 @@
|
|
|
| queue.add(new WorkItem(element, elements, itemCompilationContextCreator()));
|
|
|
| - // Enable runtime type support if we discover a method called runtimeType.
|
| - if (element.isFunction() && element.name == Compiler.RUNTIME_TYPE) {
|
| - compiler.enabledRuntimeType = true;
|
| - }
|
| -
|
| // Enable isolate support if we start using something from the
|
| // isolate library.
|
| LibraryElement library = element.getLibrary();
|
|
|