aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorAlyssa Ross2016-12-30 18:16:49 +0000
committerAlyssa Ross2016-12-30 18:16:49 +0000
commitc41d1d814868c9c7d58faf1bbcc88ed509d71229 (patch)
tree02f2601c9a87abd9627f339b7714930af70b8377 /Library/Homebrew/tab.rb
parentce454bd141ec4f97b2bfb9d71e0cea4389c78089 (diff)
downloadbrew-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.rb4
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)