Unused method getPropertyByFieldReference() removed from JetScope and its implementations

This commit is contained in:
Andrey Breslav
2013-09-23 23:18:11 -07:00
parent 1f340e3a7a
commit 2954af1b12
12 changed files with 0 additions and 100 deletions
@@ -211,12 +211,6 @@ public abstract class DeserializedMemberScope implements JetScope {
throw new UnsupportedOperationException("Should not be called");
}
@Nullable
@Override
public PropertyDescriptor getPropertyByFieldReference(@NotNull Name fieldName) {
throw new UnsupportedOperationException("Should not be called");
}
private Collection<DeclarationDescriptor> computeAllDescriptors() {
Collection<DeclarationDescriptor> result = new LinkedHashSet<DeclarationDescriptor>(0);