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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/path.js

Lines changed: 0 additions & 1 deletion
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)