Skip to content

Commit

Permalink
renderer: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Sep 24, 2012
1 parent c15958f commit e87fa9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/spoon/renderer.js
Expand Up @@ -15,7 +15,6 @@ function Renderer(cfg) {
this.blockVisits = {};

// Cache
this.blocks = {};
this.instructions = {};
};
renderer.Renderer = Renderer;
Expand Down Expand Up @@ -114,7 +113,6 @@ Renderer.prototype.renderBlock = function renderBlock(block) {
}, this);

ast.reverse();
this.blocks[block.id] = ast;

return ast;
};
Expand Down

0 comments on commit e87fa9a

Please sign in to comment.