aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-03 20:02:41 -0800
committerAdam Vandenberg2012-02-03 20:02:41 -0800
commitd312a54d461b8683c8a20cd13bd83afd904d4658 (patch)
treeb9f0e937770004c87244542f360b53277264a9d7 /Library/Homebrew
parent86b4d9ac7cd9fa94a4ace12160c7251263681e4f (diff)
downloadbrew-d312a54d461b8683c8a20cd13bd83afd904d4658.tar.bz2
Remove aka warning
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 4072d594e..2af3adec3 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -850,17 +850,6 @@ EOF
@skip_clean_paths or []
end
- # 'aka' is no longer used to define aliases, so have it print out
- # a notice about the change. This will alert people with private
- # formulae that they need to update.
- # This notice will be removed in version 0.9
- def aka args
- onoe "#{name}: 'aka' is no longer used to define aliases"
- puts "To define an alias, create a relative symlink from"
- puts "Aliases to Formula. The name of the symlink will be"
- puts "detected as an alias for the target formula."
- end
-
def keg_only reason, explanation=nil
@keg_only_reason = KegOnlyReason.new(reason, explanation.to_s.chomp)
end