aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tup.rb')
-rw-r--r--Library/Formula/tup.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb
index 65e2ef741..076b936dd 100644
--- a/Library/Formula/tup.rb
+++ b/Library/Formula/tup.rb
@@ -19,10 +19,4 @@ class Tup < Formula
def test
system "#{bin}/tup", "-v"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before using 'tup' build tool.
- EOS
- end
end