diff options
| author | Jack Nagel | 2014-08-12 20:22:06 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-12 20:23:02 -0500 | 
| commit | 1c05bc0238aa1abf7d5542b8afa11ead2bee66a8 (patch) | |
| tree | a904f95e57c39484ce19b82b1f8295091ca67992 /Library/Homebrew/build_options.rb | |
| parent | 4d1464c246861f7aedc355cb5f6360370d05114e (diff) | |
| download | homebrew-1c05bc0238aa1abf7d5542b8afa11ead2bee66a8.tar.bz2 | |
Options is no longer used directly by BuildOptions
Diffstat (limited to 'Library/Homebrew/build_options.rb')
| -rw-r--r-- | Library/Homebrew/build_options.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb index 319228b32..41e5eb14b 100644 --- a/Library/Homebrew/build_options.rb +++ b/Library/Homebrew/build_options.rb @@ -1,5 +1,3 @@ -require 'options' -  class BuildOptions    attr_accessor :universal | 
