aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index ceee01a3c..ee429073b 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -148,14 +148,6 @@ def curl *args
safe_system curl, *args
end
-# Run scons using a Homebrew-installed version, instead of whatever
-# is in the user's PATH
-def scons *args
- scons = Formulary.factory("scons").opt_prefix/'bin/scons'
- raise "#{scons} is not executable" unless scons.exist? and scons.executable?
- safe_system scons, *args
-end
-
def puts_columns items, star_items=[]
return if items.empty?