From 460e8055923068b4438de2137f34320fb1173010 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 16 May 2013 15:25:46 -0500 Subject: [PATCH] Formula: remove specs accessor This information is only used by the downloader, no need to expose it. --- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 21df196dfb..c5a7ac71a1 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -91,7 +91,6 @@ class Formula def url; active_spec.url; end def version; active_spec.version; end - def specs; active_spec.specs; end def mirrors; active_spec.mirrors; end # if the dir is there, but it's empty we consider it not installed