cluster: remove duplicate this.errno assignment
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 28 Jul 2013 09:36:12 +0000 (11:36 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 28 Jul 2013 09:36:13 +0000 (11:36 +0200)
lib/cluster.js

index 8f27e67..1f8f7f3 100644 (file)
@@ -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;