Minor, drop outdated constructor from FunctionReference

This commit is contained in:
Alexander Udalov
2015-10-19 17:45:03 +03:00
parent c204e8fc67
commit 8dde7497e0
@@ -31,11 +31,6 @@ public class FunctionReference extends FunctionImpl implements KFunction {
this.arity = arity;
}
@Deprecated // preserved for binary compatibility with M12 release
public FunctionReference() {
this.arity = 0;
}
@Override
public int getArity() {
return arity;