aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 13:10:01 -0700
committerAdam Vandenberg2012-10-21 13:24:06 -0700
commit24a9737aeb00606c5ef70fb6c8e310eddeee9c22 (patch)
treec6f2615f331a77d0ba9b0741127e3f4d9046fc49 /Library
parentd5731c481eed83c1c82ed398d1ed21d59c4689bb (diff)
downloadhomebrew-24a9737aeb00606c5ef70fb6c8e310eddeee9c22.tar.bz2
valgrind: remove unused skip_clean
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index c2a0fc858..a9d846d78 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -20,8 +20,6 @@ class Valgrind < Formula
depends_on :libtool
end
- skip_clean 'lib'
-
def patches
# 1: For Xcode-only systems, we have to patch hard-coded paths, use xcrun &
# add missing CFLAGS. See: https://bugs.kde.org/show_bug.cgi?id=295084