Skip to content

Commit

Permalink
[minor] remove extraneous parser code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Nov 7, 2012
1 parent 1004414 commit 17e80c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module.exports.pack = require('./pack');

module.exports.createParserStream = function() {

var where = 0;
var fwd = function(count) { where += count; };
var s = new Stream();
s.writable = true;
s.paused = false;
Expand Down

0 comments on commit 17e80c6

Please sign in to comment.