projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348d8cd
)
Remove unnecessary statement
author
Bert Belder
<bertbelder@gmail.com>
Tue, 20 Dec 2011 17:15:22 +0000
(17:15 +0000)
committer
Bert Belder
<bertbelder@gmail.com>
Tue, 20 Dec 2011 17:15:22 +0000
(17:15 +0000)
lib/path.js
patch
|
blob
|
history
diff --git
a/lib/path.js
b/lib/path.js
index 03d0807f754fc5889e1a7b245f72ef00f281daf2..b70225b1d6215d5eb930b5beb0893ea1a233f606 100644
(file)
--- a/
lib/path.js
+++ b/
lib/path.js
@@
-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('\\'));