Index: pkg/compiler/lib/src/world.dart |
diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart |
index 6cfa45f9700bf74ff7d9ffbc36b8351f07834fe1..51fca7372897fe3970e0d3c9ad494bc51635c7cf 100644 |
--- a/pkg/compiler/lib/src/world.dart |
+++ b/pkg/compiler/lib/src/world.dart |
@@ -378,11 +378,6 @@ class World implements ClassWorld { |
bool get isClosed => compiler.phase > Compiler.PHASE_RESOLVING; |
// Used by selectors. |
- bool isAssertMethod(Element element) { |
- return compiler.backend.isAssertMethod(element); |
- } |
- |
- // Used by selectors. |
bool isForeign(Element element) { |
return compiler.backend.isForeign(element); |
} |