| Index: dart/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/resolution/scope.dart b/dart/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| index e31e9ff57607d003281a8da7852ff3c6c0c09b97..ebc83d6393cca63ec10e8bff4b047321113e3a7f 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| @@ -34,11 +34,6 @@ abstract class NestedScope extends Scope {
|
| }
|
|
|
| Element localLookup(String name);
|
| -
|
| - static Scope buildEnclosingScope(Element element) {
|
| - return element.enclosingElement != null
|
| - ? element.enclosingElement.buildScope() : element.buildScope();
|
| - }
|
| }
|
|
|
| class VariableDefinitionScope extends NestedScope {
|
|
|