Removing unnecessary arguments

This commit is contained in:
Maxim Belkin 2018-02-16 15:08:55 -06:00
parent 5cfcd2ae9f
commit 1b74f21492
No known key found for this signature in database
GPG Key ID: AC71560D4C5F2338

View File

@ -24,7 +24,7 @@ class DependencyCollector
LD64Dependency.new
end
def zip_dep_if_needed(tags); end
def zip_dep_if_needed(*); end
def bzip2_dep_if_needed(tags); end
def bzip2_dep_if_needed(*); end
end