FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

net: small code cleanup · nodejs/node@12754c5 · GitHub

/ node Public

Commit 12754c5

Browse files
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 13834ca commit 12754c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎lib/net.js‎

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

10791079
var self = this;
1080-
var options;
10811080

10821081
if (typeof options === 'function') {
10831082
connectionListener = options;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL