Drop KFunction.isTailrec

The fate of this modifier seems unclear, and there doesn't seem to be any
valuable use cases for it in reflection
This commit is contained in:
Alexander Udalov
2016-11-14 11:08:44 +03:00
parent 5e73dc4a4c
commit 7e82d139cf
6 changed files with 0 additions and 32 deletions
@@ -61,11 +61,6 @@ public class FunctionReference extends CallableReference implements FunctionImpl
return getReflected().isInfix();
}
@Override
public boolean isTailrec() {
return getReflected().isTailrec();
}
@Override
public boolean isSuspend() {
return getReflected().isSuspend();