Unused method removed

This commit is contained in:
Andrey Breslav
2012-04-27 19:31:31 +04:00
parent ebfb1ec792
commit 553b99f198
2 changed files with 0 additions and 6 deletions
@@ -49,7 +49,6 @@ public interface ValueParameterDescriptor extends VariableDescriptor, Annotated
*/
boolean declaresDefaultValue();
boolean isRef();
@Nullable JetType getVarargElementType();
@Override
@@ -115,11 +115,6 @@ public class ValueParameterDescriptorImpl extends VariableDescriptorImpl impleme
}
}
@Override
public boolean isRef() {
throw new UnsupportedOperationException(); // TODO
}
@Nullable
public JetType getVarargElementType() {
return varargElementType;