stream: unused variable

archived-io.js-v0.10
Rafael Garcia 2013-04-04 12:54:57 -07:00 committed by isaacs
parent ea4f0b4a6b
commit bd0d45818e
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ util.inherits(Transform, Duplex);
function TransformState(options, stream) {
var ts = this;
this.afterTransform = function(er, data) {
return afterTransform(stream, er, data);
};