From 696e49e87a2b50639ab9e7fc983fca60bce0bfec Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 6 Jul 2010 11:48:36 -0700 Subject: Move exceptions from global to utils; remove duplicate defintions --- Library/Homebrew/global.rb | 37 ----------------------------------- Library/Homebrew/test/testing_env.rb | 38 ------------------------------------ Library/Homebrew/utils.rb | 36 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 75 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 92689d0ff..31b237bb1 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -41,40 +41,3 @@ HOMEBREW_USER_AGENT = "Homebrew #{HOMEBREW_VERSION} (Ruby #{RUBY_VERSION}-#{RUBY RECOMMENDED_LLVM = 2206 RECOMMENDED_GCC_40 = 5493 RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5646 : 5577 - - -class ExecutionError