diff options
| author | Jack Nagel | 2014-04-05 22:03:34 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-05 22:03:49 -0500 | 
| commit | d8bdcf84aff98f9196ec067584b4b8f1ee917805 (patch) | |
| tree | b86fb99e62567f031d6afc616a4b58e66713e9de /Library/Homebrew/cmd/uninstall.rb | |
| parent | 20f4b3176342f328ba83b02482d13fe5a7d62215 (diff) | |
| download | brew-d8bdcf84aff98f9196ec067584b4b8f1ee917805.tar.bz2 | |
Remove obsolete guards around canonical_name return value
Diffstat (limited to 'Library/Homebrew/cmd/uninstall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/uninstall.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/uninstall.rb b/Library/Homebrew/cmd/uninstall.rb index 837a1e9f4..d9d13df3e 100644 --- a/Library/Homebrew/cmd/uninstall.rb +++ b/Library/Homebrew/cmd/uninstall.rb @@ -18,10 +18,6 @@ module Homebrew extend self      else        ARGV.named.each do |name|          name = Formula.canonical_name(name) - -        # FIXME canonical_name is insane -        raise "Invalid usage" if name.include? '/' -          rack = HOMEBREW_CELLAR/name          if rack.directory?  | 
