aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/afuse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/afuse.rb')
-rw-r--r--Library/Formula/afuse.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb
index 04e85a271..df5441ba1 100644
--- a/Library/Formula/afuse.rb
+++ b/Library/Formula/afuse.rb
@@ -17,10 +17,4 @@ class Afuse < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end