Removed FUNCTION instruction, other class related junk.

git-svn-id: svn://10.0.0.236/trunk@73106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-06-23 22:53:09 +00:00
parent 19893b2add
commit f0dcf103dd
20 changed files with 64 additions and 192 deletions

View File

@@ -265,7 +265,6 @@ void testCompile()
Arena a;
Parser p(world, a, testScript, widenCString("testCompile"));
StmtNode *parsedStatements = p.parseProgram();
JSScope glob;
ICodeGenerator icg(&world, &glob);
icg.isScript();
StmtNode *s = parsedStatements;