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 <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Lance Ball <[email protected]>
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)