From 86942aeaeeb96bc44f32ac3a485f4aec8026dbf6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Jun 2014 13:53:30 -0500 Subject: [PATCH] Remove an internal method from compat --- Library/Homebrew/compat/fails_with_llvm.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/compat/fails_with_llvm.rb b/Library/Homebrew/compat/fails_with_llvm.rb index d7cc3e7cca..2222a33e64 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) }