| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 17215)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -224,7 +224,6 @@
|
| breakAction = new Map<Element, ElementAction>(),
|
| continueAction = new Map<Element, ElementAction>();
|
|
|
| - LibraryElement get currentLibrary => work.element.getLibrary();
|
| Compiler get compiler => backend.compiler;
|
| NativeEmitter get nativeEmitter => backend.emitter.nativeEmitter;
|
| CodegenEnqueuer get world => backend.compiler.enqueuer.codegen;
|
|
|