aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-02-12 20:09:31 -0500
committerJack Nagel2015-02-12 20:09:31 -0500
commit1911c2361d1e4eb36a9ffbad8037b7e396ef8ab3 (patch)
treeba7be37100acdd4e5c6ea568da3f6fa144e24c16 /Library
parent0588ec1d04b67dd42978afddbe501d97ab1fadcc (diff)
downloadhomebrew-1911c2361d1e4eb36a9ffbad8037b7e396ef8ab3.tar.bz2
Drop unnecessary call to compact
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/ENV/4.3/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 5211dfa15..2fc75cb62 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -118,7 +118,7 @@ class Cmd
args + cppflags
when :ld
ldflags + args
- end.compact
+ end
make_fuss(allflags)
allflags
end