Remove unused variables.

This commit is contained in:
Jordan Harband 2015-01-20 18:33:51 -08:00
parent 43a7d78693
commit 9ee864b06f

3
nvm.sh
View File

@ -866,9 +866,6 @@ nvm() {
return return
fi fi
# Try to figure out the os and arch for binary fetching
local os
local arch
local GREP_OPTIONS local GREP_OPTIONS
GREP_OPTIONS='' GREP_OPTIONS=''