aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:10:03 +0000
committerMike McQuaid2014-01-04 13:35:48 +0000
commit1dca4e9d8a2bbd19930232ce2be673f986f6f1de (patch)
treeb1b48fe0f7e640c13b68d805b8f27af257ef6c56 /Library
parentcebba2699409f67c1f456b353089806885d7ff58 (diff)
downloadhomebrew-1dca4e9d8a2bbd19930232ce2be673f986f6f1de.tar.bz2
yasm: cleanup python usage.
Diffstat (limited to 'Library')
-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