| Index: compiler/java/com/google/dart/compiler/resolver/Scope.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/Scope.java b/compiler/java/com/google/dart/compiler/resolver/Scope.java
|
| index 916d4b80de9f6dd00eefcd15f929a4dfdc4d295b..a20d7ee285160059402d128befe50f80f8c9b25a 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/Scope.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/Scope.java
|
| @@ -101,14 +101,6 @@ public class Scope {
|
| return false;
|
| }
|
|
|
| - public void markStateProgress() {
|
| - this.stateProgress = true;
|
| - }
|
| -
|
| - public boolean isStateProgress() {
|
| - return stateProgress;
|
| - }
|
| -
|
| public void markStateReady() {
|
| this.stateReady = true;
|
| }
|
|
|