Unused methods removed

This commit is contained in:
Andrey Breslav
2013-10-06 12:25:21 +04:00
parent f1601b2da0
commit 2a24c00539
-3
View File
@@ -36,9 +36,6 @@ trait Eval {
fun getField(instance: Value, fieldDesc: String): Value
fun setField(instance: Value, fieldDesc: String, newValue: Value)
fun invokeMethod(instance: Value, methodDesc: String, arguments: List<Value>, invokespecial: Boolean = false): Value
fun getLocalVariable(index: Int): Value
fun setLocalVariable(index: Int, newValue: Value)
}
trait Control {