Remove project dependency on luaj vm1

This commit is contained in:
James Roseborough
2010-05-14 14:32:02 +00:00
parent 36845ba1b4
commit 6296068a49
5 changed files with 33 additions and 15 deletions

View File

@@ -24,7 +24,6 @@ package org.luaj.vm2;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.luaj.vm2.compiler.LuaC;
import org.luaj.vm2.luajc.LuaJC;
/**