diff options
| author | Jack Nagel | 2014-06-16 13:53:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-16 13:53:30 -0500 |
| commit | c338cf350db8e7396d5bef03ba03950a7b1c01e4 (patch) | |
| tree | 027211ba63960ea96df113376506486430551106 /Library/Homebrew/compat | |
| parent | 8c132cc994aa23a04513dbc0e5c3b7cf1ccf1185 (diff) | |
| download | homebrew-c338cf350db8e7396d5bef03ba03950a7b1c01e4.tar.bz2 | |
Remove an internal method from compat
Diffstat (limited to 'Library/Homebrew/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) } |
