Skip to content

Commit c9d7f0f

Browse files
committed
Removes unnecessary delete statement in Pool (fixes #563)
1 parent 01af2f1 commit c9d7f0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Pool.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ Pool.prototype.end = function (cb) {
105105

106106
if (err || ++closedConnections >= this._allConnections.length) {
107107
calledBack = true;
108-
delete endCB;
109108
return cb(err);
110109
}
111110
}.bind(this);

0 commit comments

Comments
 (0)