mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
net: small code cleanup
`options` is already a param of the function. PR-URL: https://github.com/nodejs/node/pull/3943 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
@@ -1079,7 +1079,6 @@ function Server(options, connectionListener) {
|
||||
EventEmitter.call(this);
|
||||
|
||||
var self = this;
|
||||
var options;
|
||||
|
||||
if (typeof options === 'function') {
|
||||
connectionListener = options;
|
||||
|
||||
Reference in New Issue
Block a user