Skip to content

Commit dc699f5

Browse files
committed
Code cleanup.
1 parent bab56da commit dc699f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/nvm.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,9 +1481,6 @@ func setup() {
14811481
m[res[0]] = strings.TrimSpace(strings.Join(res[1:], ":"))
14821482
}
14831483

1484-
if _, ok := m["root"]; ok {
1485-
env.root = filepath.Clean(os.Getenv("NVM_HOME"))
1486-
}
14871484
if val, ok := m["originalpath"]; ok {
14881485
env.originalpath = filepath.Clean(val)
14891486
}

0 commit comments

Comments
 (0)