exceptions: remove unused AlreadyTappedError.

This commit is contained in:
Mike McQuaid 2014-01-03 21:51:53 +00:00
parent 4dd6f0cb4c
commit 5413ebca53

View File

@ -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