aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build_options.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-10 21:45:24 -0500
committerJack Nagel2014-08-10 21:45:24 -0500
commit52789374ddf73def688825dc22679de09af7d7b5 (patch)
tree51f100c39571c3b9a73cfef4290809c3f65292a7 /Library/Homebrew/build_options.rb
parente38cfd4f9843b7d355bf66b71d812093258478dd (diff)
downloadhomebrew-52789374ddf73def688825dc22679de09af7d7b5.tar.bz2
Disconnect defined options from the build object
Diffstat (limited to 'Library/Homebrew/build_options.rb')
-rw-r--r--Library/Homebrew/build_options.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb
index b04c9dc1d..a50aa21c1 100644
--- a/Library/Homebrew/build_options.rb
+++ b/Library/Homebrew/build_options.rb
@@ -1,7 +1,5 @@
require 'options'
-# This class holds the build-time options defined for a Formula,
-# and provides named access to those options during install.
class BuildOptions
include Enumerable