aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:58:27 +0000
committerMike McQuaid2014-01-19 14:19:07 -0800
commit1721155d192f43214472d66d9745acb645fdb551 (patch)
treebf52fb9d12d6ecc1b7943ae2ad57395747eef832 /Library
parent4cb2ce76600cc3dfa00dbd4ad8dae9d0d8dced49 (diff)
downloadhomebrew-1721155d192f43214472d66d9745acb645fdb551.tar.bz2
cppcheck: remove duplicated .app caveats.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cppcheck.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb
index c90516841..43f24db1e 100644
--- a/Library/Formula/cppcheck.rb
+++ b/Library/Formula/cppcheck.rb
@@ -42,15 +42,4 @@ class Cppcheck < Formula
def test
system "#{bin}/cppcheck", "--version"
end
-
- def caveats; <<-EOS.undent
- --with-gui installs cppcheck-gui.app in:
- #{bin}
-
- To link the application to a normal Mac OS X location:
- brew linkapps
- or:
- ln -s #{bin}/cppcheck-gui.app /Applications
- EOS
- end
end