Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2729613004: Cleanup registration of closures (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index ebdc3eeecde6e9e060bd6e9f490f7bb39a9e666d..d38d11993d39e11b415917e2ff160cb7b7812f3a 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -960,10 +960,6 @@ class JavaScriptBackend {
bool isComplexNoSuchMethod(FunctionElement element) =>
noSuchMethodRegistry.isComplex(element);
- bool methodNeedsRti(FunctionElement function) {
- return rtiNeed.methodNeedsRti(function);
- }
-
CodegenEnqueuer get codegenEnqueuer => compiler.enqueuer.codegen;
/// Creates an [Enqueuer] for code generation specific to this backend.

Powered by Google App Engine
This is Rietveld 408576698