aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorJack Nagel2013-08-19 12:32:59 -0500
committerJack Nagel2013-08-19 12:32:59 -0500
commitc0f5d3aa014ee075d063f8c24f8e98ad722a33ce (patch)
treeb02d43d48c86de3a6a1432daaaa18444b8f94a68 /Library/Homebrew/compat
parentc4f7f6f155f24acb9f34962f3642a2b03f7de5a8 (diff)
downloadhomebrew-c0f5d3aa014ee075d063f8c24f8e98ad722a33ce.tar.bz2
Rename HomebrewEnvExtension to Stdenv
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/env.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/compat/env.rb b/Library/Homebrew/compat/env.rb
deleted file mode 100644
index 73f9b0009..000000000
--- a/Library/Homebrew/compat/env.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-module HomebrewEnvExtension
- def use_clang?
- compiler == :clang
- end
-
- def use_gcc?
- compiler == :gcc
- end
-
- def use_llvm?
- compiler == :llvm
- end
-end