From 9ee864b06f19693fd4ec1293fbf37ee450f15e27 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 20 Jan 2015 18:33:51 -0800 Subject: [PATCH] Remove unused variables. --- nvm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/nvm.sh b/nvm.sh index 70b6c7c..7f8d13a 100644 --- a/nvm.sh +++ b/nvm.sh @@ -866,9 +866,6 @@ nvm() { return fi - # Try to figure out the os and arch for binary fetching - local os - local arch local GREP_OPTIONS GREP_OPTIONS=''