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

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

Issue 2709043002: remove old way of collecting dependencies for dump-info (Closed)
Patch Set: redo change after merge 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
« no previous file with comments | « pkg/compiler/lib/src/dump_info.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8c6c8363db4d465ec7cdc5bcdcc945f72d054b4..7ffcc12e4d0ef0b46f818d0b29d1c66bdddb2566 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -2693,10 +2693,6 @@ class CodegenEnqueuerListener extends EnqueuerListenerBase {
WorldImpactBuilderImpl worldImpact = new WorldImpactBuilderImpl();
_registerUsedElement(worldImpact, member, forResolution: false);
- // TODO(sigmund): add other missing dependencies (internals, selectors
- // enqueued after allocations).
- dumpInfoTask.registerDependency(member);
-
return worldImpact;
}
« no previous file with comments | « pkg/compiler/lib/src/dump_info.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698