Skip to content

Commit a12e168

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 0f94bb9 commit a12e168

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
@@ -504,7 +504,6 @@ const win32 = {
504504
// This means that the user can use join to construct UNC paths from
505505
// a server name and a share name; for example:
506506
// path.join('//server', 'share') -> '\\\\server\\share\\')
507-
//var firstPart = paths[0];
508507
var needsReplace = true;
509508
var slashCount = 0;
510509
var code = firstPart.charCodeAt(0);

0 commit comments

Comments
 (0)