Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetane committed Oct 26, 2014
1 parent d0bb6d8 commit 866b2d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/end.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ tape('end', function(t) {
t.equal(q.length, 0);

if (err) {
q.push(function(cb) {
setTimeout(cb, 0);
});
q.push(function() {});
}
});
});

0 comments on commit 866b2d0

Please sign in to comment.