Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Dec 20, 2011
1 parent 348d8cd commit f4e34f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/path.js
Expand Up @@ -222,7 +222,6 @@ if (isWindows) {
return arr.slice(start, end - start + 1);
}

var fromParts = trim(from.split('\\'));
var toParts = trim(to.split('\\'));

var lowerFromParts = trim(lowerFrom.split('\\'));
Expand Down

0 comments on commit f4e34f1

Please sign in to comment.