Minor. Unused field removed

This commit is contained in:
Andrey Breslav
2014-02-27 14:14:15 +04:00
parent f752527e48
commit 19bc996d1b
@@ -56,8 +56,6 @@ public abstract class MutableClassDescriptorLite extends ClassDescriptorBase {
private JetScope scopeForMemberLookup;
private ReceiverParameterDescriptor implicitReceiver;
public MutableClassDescriptorLite(@NotNull DeclarationDescriptor containingDeclaration,
@NotNull Name name,
@NotNull ClassKind kind,