aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/postinstall.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-19 17:57:36 -0500
committerJack Nagel2014-06-19 19:15:35 -0500
commit110054b475be9c8d063e749c60b65f34d788ff8e (patch)
tree61230dd64ffc419693513922fb54b88625280932 /Library/Homebrew/cmd/postinstall.rb
parentff659e1fc2016d01e6490883d02d47029e4a7607 (diff)
downloadhomebrew-110054b475be9c8d063e749c60b65f34d788ff8e.tar.bz2
Remove more unused requires
Diffstat (limited to 'Library/Homebrew/cmd/postinstall.rb')
-rw-r--r--Library/Homebrew/cmd/postinstall.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb
index d60416769..52a2c1d47 100644
--- a/Library/Homebrew/cmd/postinstall.rb
+++ b/Library/Homebrew/cmd/postinstall.rb
@@ -1,5 +1,3 @@
-require 'formula_installer'
-
module Homebrew
def postinstall
ARGV.formulae.each {|f| f.post_install }