From 2b569deed32d7f601e9c5af0415e842e1440d46e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 28 Jul 2013 11:36:12 +0200 Subject: [PATCH] cluster: remove duplicate this.errno assignment --- lib/cluster.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cluster.js b/lib/cluster.js index 8f27e67c3f4..1f8f7f3e0f4 100644 --- a/lib/cluster.js +++ b/lib/cluster.js @@ -56,7 +56,6 @@ Worker.prototype.send = function() { function SharedHandle(key, address, port, addressType, backlog, fd) { this.key = key; - this.errno = ''; this.workers = []; this.handle = null; this.errno = 0;