From 5413ebca53f3850cb532437bdf2ff01cc56e040b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 3 Jan 2014 21:51:53 +0000 Subject: exceptions: remove unused AlreadyTappedError. --- Library/Homebrew/exceptions.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 8f95bd94d..69bf94e2e 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -228,11 +228,6 @@ class CompilerSelectionError < Homebrew::InstallationError end end -# raised in install_tap -class AlreadyTappedError < RuntimeError - def initialize; super "Already tapped!" end -end - # raised in CurlDownloadStrategy.fetch class CurlDownloadStrategyError < RuntimeError; end -- cgit v1.2.3