aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorXu Cheng2016-02-26 15:33:27 +0800
committerXu Cheng2016-02-26 17:00:17 +0800
commitb52af53e711d442f2b7097a449a6c077664eb7f3 (patch)
tree20f09c893a43311bbb5b3c87732a5021aeec5511 /Library/Homebrew/formula.rb
parent73b79de7bcd97e10c8d3719988bf08f94373872f (diff)
downloadbrew-b52af53e711d442f2b7097a449a6c077664eb7f3.tar.bz2
various: use Tap abstraction
formula_rename and tap_migrations are now handled inside Tap. Closes Homebrew/homebrew#49549. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 02a781072..7ba5d5044 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -11,7 +11,6 @@ require "install_renamed"
require "pkg_version"
require "tap"
require "core_formula_repository"
-require "formula_renames"
require "keg"
require "migrator"