Drop tailRecursive and it's usage

This commit is contained in:
Denis Zharkov
2015-09-22 12:41:26 +03:00
parent 098f5462eb
commit 4a993f517e
4 changed files with 2 additions and 13 deletions
-4
View File
@@ -80,10 +80,6 @@ public annotation class Suppress(vararg val names: String)
* growing the stack depth. Tail call optimization is currently only supported by the JVM
* backend.
*/
@Target(FUNCTION)
@Retention(SOURCE)
public annotation class tailRecursive
@Target(FUNCTION)
@Retention(SOURCE)
public annotation class tailrec