diff options
| author | Jack Nagel | 2014-06-16 13:53:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-16 13:53:30 -0500 |
| commit | 86942aeaeeb96bc44f32ac3a485f4aec8026dbf6 (patch) | |
| tree | b217ffaf4e0fde660f5774ec8487973042825aef | |
| parent | f3817b58ee9946f06acd4590b12df360cb09b202 (diff) | |
| download | brew-86942aeaeeb96bc44f32ac3a485f4aec8026dbf6.tar.bz2 | |
Remove an internal method from compat
| -rw-r--r-- | Library/Homebrew/compat/fails_with_llvm.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/compat/fails_with_llvm.rb b/Library/Homebrew/compat/fails_with_llvm.rb index d7cc3e7cc..2222a33e6 100644 --- a/Library/Homebrew/compat/fails_with_llvm.rb +++ b/Library/Homebrew/compat/fails_with_llvm.rb @@ -4,10 +4,6 @@ class Formula puts "Use the fails_with DSL instead" end - def fails_with_llvm? - fails_with? :llvm - end - def self.fails_with_llvm msg=nil, data={} data = msg if Hash === msg fails_with(:llvm) { build(data.delete(:build).to_i) } |
