Unnecessary line.

This commit is contained in:
André Cruz
2013-04-19 01:05:11 +01:00
parent 8ed20e35ca
commit e3ccc6d558

View File

@@ -15,7 +15,6 @@ var UnitOfWork = function (options) {
// Initialize some needed properties
this._queue = [];
this._beingResolved = [];
this._beingResolvedEndpoints = {};
};
util.inherits(UnitOfWork, events.EventEmitter);