Removed unnecessary override.

This commit is contained in:
Enyby
2018-09-16 09:58:16 +03:00
committed by GitHub
parent 6333d9acf7
commit 48dd90f6d7

View File

@@ -123,10 +123,6 @@ public class LuaClosure extends LuaFunction {
return this; return this;
} }
public LuaValue getmetatable() {
return s_metatable;
}
public String tojstring() { public String tojstring() {
return "function: " + p.toString(); return "function: " + p.toString();
} }