Avoid synthetic methods

This commit is contained in:
Enyby
2018-09-16 18:49:26 +03:00
committed by GitHub
parent 5c1f7d2ab2
commit 028e03e4bc

View File

@@ -117,7 +117,7 @@ public class LuaC extends Constants implements Globals.Compiler, Globals.Loader
protected CompileState() {} protected CompileState() {}
/** Parse the input */ /** Parse the input */
private Prototype luaY_parser(InputStream z, String name) throws IOException{ Prototype luaY_parser(InputStream z, String name) throws IOException{
LexState lexstate = new LexState(this, z); LexState lexstate = new LexState(this, z);
FuncState funcstate = new FuncState(); FuncState funcstate = new FuncState();
// lexstate.buff = buff; // lexstate.buff = buff;