aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/yasm.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb
index 9390404ec..6b010549f 100644
--- a/Library/Formula/yasm.rb
+++ b/Library/Formula/yasm.rb
@@ -33,9 +33,4 @@ class Yasm < Formula
system './configure', *args
system 'make install'
end
-
- def caveats
- python.standard_caveats if python
- end
-
end