aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ifuse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ifuse.rb')
-rw-r--r--Library/Formula/ifuse.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb
index 737edd616..01f5aa0e7 100644
--- a/Library/Formula/ifuse.rb
+++ b/Library/Formula/ifuse.rb
@@ -25,11 +25,4 @@ class Ifuse < Formula
"--prefix=#{prefix}"
system "make install"
end
-
- def caveats
- <<-EOS.undent
- Make sure to follow the directions given by `brew info fuse4x`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end