Skip to content

Commit

Permalink
Remove unnecessary statement
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored and alexkwolfe committed Dec 23, 2011
1 parent 9db15fc commit 985cb27
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 @@ -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 985cb27

Please sign in to comment.