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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 99303004: Remove unused API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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: dart/sdk/lib/_internal/compiler/implementation/compiler.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
index 7ac0ee94a50b21e75c2580cfa99aec52da81d76e..c49df9d921878e373d5d327bc44e42ba6cc709c6 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -87,12 +87,6 @@ abstract class Backend {
void initializeHelperClasses() {}
- void enqueueAllTopLevelFunctions(LibraryElement lib, Enqueuer world) {
- lib.forEachExport((Element e) {
- if (e.isFunction()) world.addToWorkList(e);
- });
- }
-
void enqueueHelpers(ResolutionEnqueuer world, TreeElements elements);
void codegen(CodegenWorkItem work);

Powered by Google App Engine
This is Rietveld 408576698