diff --git a/src/core/org/luaj/lib/DebugLib.java b/src/core/org/luaj/lib/DebugLib.java index fd470f1f..3aa05e4c 100644 --- a/src/core/org/luaj/lib/DebugLib.java +++ b/src/core/org/luaj/lib/DebugLib.java @@ -298,23 +298,11 @@ public class DebugLib extends LFunction { return null; } - private LString getlocalname (LPrototype f, int local_number, int pc) { - int i; - for (i = 0; i