diff options
| author | Alyssa Ross | 2016-12-30 18:16:49 +0000 | 
|---|---|---|
| committer | Alyssa Ross | 2016-12-30 18:16:49 +0000 | 
| commit | c41d1d814868c9c7d58faf1bbcc88ed509d71229 (patch) | |
| tree | 02f2601c9a87abd9627f339b7714930af70b8377 /Library/Homebrew/tab.rb | |
| parent | ce454bd141ec4f97b2bfb9d71e0cea4389c78089 (diff) | |
| download | brew-c41d1d814868c9c7d58faf1bbcc88ed509d71229.tar.bz2 | |
tab: remove #homebrew_tag
This method isn't used any more
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index ced49b7b2..97e3a0510 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -242,10 +242,6 @@ class Tab < OpenStruct      super || DevelopmentTools.default_compiler    end -  def homebrew_tag -    homebrew_version.sub(/\-\d+\-g([a-f0-9]+)(?:\-dirty)?\Z/, "") -  end -    def parsed_homebrew_version      return Version::NULL if homebrew_version.nil?      Version.new(homebrew_version)  | 
