From 00f05eafe988267da4797922b350aee68c8dd937 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 9 Mar 2013 22:42:16 -0600 Subject: [PATCH] Remove redundant attr_readers These are redefined later for use in the bottle DSL. --- Library/Homebrew/formula_support.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 5e8fa2965b..4fa06c0e78 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -79,7 +79,6 @@ end class Bottle < SoftwareSpec attr_writer :url - attr_reader :revision, :root_url, :cellar # TODO: Can be removed when all bottles migrated to underscored cat symbols. attr_reader :cat_without_underscores