Kill unused functions

This commit is contained in:
kpdecker
2013-07-30 03:20:19 -05:00
parent 5b483ff78d
commit a1edab6ef5
@@ -80,15 +80,6 @@ JavaScriptCompiler.prototype = {
return this.createFunctionContext(asObject);
},
nextOpcode: function() {
var opcodes = this.environment.opcodes;
return opcodes[this.i + 1];
},
eat: function() {
this.i = this.i + 1;
},
preamble: function() {
var out = [];