Skip to content

Commit

Permalink
Kill unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Oct 15, 2013
1 parent 5b483ff commit a1edab6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/handlebars/compiler/javascript-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit a1edab6

Please sign in to comment.