Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/path.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/path.js b/lib/path.js
index e8dbf4c2eea..580d55f9fc0 100644
--- a/lib/path.js
+++ b/lib/path.js
@@ -523,7 +523,6 @@ const win32 = {
// This means that the user can use join to construct UNC paths from
// a server name and a share name; for example:
// path.join('//server', 'share') -> '\\\\server\\share\\')
- //var firstPart = paths[0];
var needsReplace = true;
var slashCount = 0;
var code = firstPart.charCodeAt(0);