| 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);
|
|
|
|
|