Remove unused stuff from osx.sh

This commit is contained in:
2014-04-14 20:59:25 -07:00
parent 0ee8ce71af
commit 0f28996576
2 changed files with 2 additions and 147 deletions

View File

@@ -2,6 +2,7 @@
cd `dirname $BASH_SOURCE` && source bootstrapping.sh
case `uname` in
'Darwin')
xcode-select --install
source resources/osx.sh
source resources/brew.sh
;;