Skip to content

Commit 8366a74

Browse files
TrottMylesBorins
authored andcommitted
path: remove obsolete comment
Remove commented-out code that is leftover from a refactoring. PR-URL: #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>
1 parent b87030c commit 8366a74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/path.js

-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ const win32 = {
523523
// This means that the user can use join to construct UNC paths from
524524
// a server name and a share name; for example:
525525
// path.join('//server', 'share') -> '\\\\server\\share\\')
526-
//var firstPart = paths[0];
527526
var needsReplace = true;
528527
var slashCount = 0;
529528
var code = firstPart.charCodeAt(0);

0 commit comments

Comments
 (0)