summaryrefslogtreecommitdiff
path: root/lib/path.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-11-14 06:47:44 -0800
committerLance Ball <lball@redhat.com>2017-11-16 16:30:01 -0500
commit886c5f47e19f72a01e123fa037d35818e502aa84 (patch)
tree355b7fb19d6421afe9ce768247c631647d4d5c8a /lib/path.js
parent667f8c642d35da18493ab7cd397070c7bd0fbf84 (diff)
downloadandroid-node-v8-886c5f47e19f72a01e123fa037d35818e502aa84.tar.gz
android-node-v8-886c5f47e19f72a01e123fa037d35818e502aa84.tar.bz2
android-node-v8-886c5f47e19f72a01e123fa037d35818e502aa84.zip
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 e8dbf4c2ee..580d55f9fc 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);