diff options
-rw-r--r-- | lib/handlebars/compiler/javascript-compiler.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/handlebars/compiler/javascript-compiler.js b/lib/handlebars/compiler/javascript-compiler.js index e3eddd9..d90f0b1 100644 --- a/lib/handlebars/compiler/javascript-compiler.js +++ b/lib/handlebars/compiler/javascript-compiler.js @@ -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 = []; |