Skip to content

Commit

Permalink
path: remove obsolete comment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and MylesBorins committed Dec 11, 2017
1 parent b87030c commit 8366a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8366a74

Please sign in to comment.