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:
authorRich Trott <rtrott@gmail.com>2017-11-14 17:47:44 +0300
committerLance Ball <lball@redhat.com>2017-11-17 00:30:01 +0300
commit886c5f47e19f72a01e123fa037d35818e502aa84 (patch)
tree355b7fb19d6421afe9ce768247c631647d4d5c8a /lib/path.js
parent667f8c642d35da18493ab7cd397070c7bd0fbf84 (diff)
path: remove obsolete comment
Remove commented-out code that is leftover from a refactoring. PR-URL: https://github.com/nodejs/node/pull/17023 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com>
Diffstat (limited to 'lib/path.js')
-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);