Skip to content

Commit

Permalink
Removes unneeded initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Dec 4, 2013
1 parent fcac90c commit d33132b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libexec/goenv-install
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ else
arch="386"
fi

extra=""
if [ "$platform" = "darwin" ]; then
# Since go version 1.2, osx packages were subdivided into 10.6 and 10.8
if [ "$version" = "1.2" -o "$version" \> "1.2" ]; then
Expand Down

0 comments on commit d33132b

Please sign in to comment.