diff options
| -rw-r--r-- | Library/Homebrew/bottles.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index afa3fe2f6..5890e28c4 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -55,10 +55,6 @@ class Bintray      return "bottles" if tap.to_s.empty?      "bottles-#{tap.sub(/^homebrew\/(homebrew-)?/i, "")}"    end - -  def self.version(path) -    BottleVersion.parse(path).to_s -  end  end  class BottleCollector | 
