Skip to content

Commit a7367fd

Browse files
jscissrMyles Borins
authored andcommitted
net: small code cleanup
`options` is already a param of the function. PR-URL: #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>
1 parent f55491a commit a7367fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/net.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ function Server(options, connectionListener) {
10811081
EventEmitter.call(this);
10821082

10831083
var self = this;
1084-
var options;
10851084

10861085
if (typeof options === 'function') {
10871086
connectionListener = options;

0 commit comments

Comments
 (0)