Drop unnecessary call to compact

This commit is contained in:
Jack Nagel 2015-02-12 20:09:31 -05:00
parent 28b926686b
commit 384c444be8

View File

@ -118,7 +118,7 @@ class Cmd
args + cppflags
when :ld
ldflags + args
end.compact
end
make_fuss(allflags)
allflags
end