From 3b3c03159ad2937b576832a633daa2ee49d87462 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Jun 2014 13:56:26 -0500 Subject: [PATCH] Remove compat/brewkit Formulae from the "brewkit" era are no longer compatible with the Formula class. This file was (unintentionally) removed from the $LOAD_PATH quite a while ago, and nobody has complained, so remove it. --- Library/Homebrew/compat/brewkit.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Library/Homebrew/compat/brewkit.rb diff --git a/Library/Homebrew/compat/brewkit.rb b/Library/Homebrew/compat/brewkit.rb deleted file mode 100644 index 59a0bf1500..0000000000 --- a/Library/Homebrew/compat/brewkit.rb +++ /dev/null @@ -1,3 +0,0 @@ -# here so that formula from the repo that are very old can still be installed - -require 'formula'