Remove an internal method from compat

This commit is contained in:
Jack Nagel 2014-06-16 13:53:30 -05:00
parent f3817b58ee
commit 86942aeaee

View File

@ -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) }