Skip to content

Commit 9472a0c

Browse files
jscissrjasnell
authored andcommitted
net: small code cleanup
`options` is already a param of the function. PR-URL: #3943 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent dfee4e3 commit 9472a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/net.js

-1
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ function Server(options, connectionListener) {
10791079
EventEmitter.call(this);
10801080

10811081
var self = this;
1082-
var options;
10831082

10841083
if (typeof options === 'function') {
10851084
connectionListener = options;

0 commit comments

Comments
 (0)