From e3ccc6d558b9daa1e71dbc27cb6c5a892aa0a2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Cruz?= Date: Fri, 19 Apr 2013 01:05:11 +0100 Subject: [PATCH] Unnecessary line. --- lib/resolve/UnitOfWork.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/resolve/UnitOfWork.js b/lib/resolve/UnitOfWork.js index f4526f9b..87c6ce46 100644 --- a/lib/resolve/UnitOfWork.js +++ b/lib/resolve/UnitOfWork.js @@ -15,7 +15,6 @@ var UnitOfWork = function (options) { // Initialize some needed properties this._queue = []; this._beingResolved = []; - this._beingResolvedEndpoints = {}; }; util.inherits(UnitOfWork, events.EventEmitter);