aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/fftw.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb
index 5b013d970..7c91f88c9 100644
--- a/Library/Formula/fftw.rb
+++ b/Library/Formula/fftw.rb
@@ -37,8 +37,5 @@ class Fftw < Formula
# no SIMD optimization available
system "./configure", "--enable-long-double", *args
system "make install"
-
- #wtf file?
- (info+'dir').unlink
end
end