cluster: remove duplicate this.errno assignment

pull/5010/head
Ben Noordhuis 2013-07-28 11:36:12 +02:00
parent d713db245b
commit 2b569deed3
1 changed files with 0 additions and 1 deletions

View 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;