aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Belkin2018-02-16 15:08:55 -0600
committerMaxim Belkin2018-02-16 15:08:55 -0600
commit1b74f21492ca92bb8899304176cfdf4c42def297 (patch)
tree488b60834fa52a8336adf4e3d04c8c3056d327c4
parent5cfcd2ae9f2a4ef731f666e3e78cfb74ae28ae38 (diff)
downloadbrew-1b74f21492ca92bb8899304176cfdf4c42def297.tar.bz2
Removing unnecessary arguments
-rw-r--r--Library/Homebrew/extend/os/mac/dependency_collector.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/os/mac/dependency_collector.rb b/Library/Homebrew/extend/os/mac/dependency_collector.rb
index 5fd83f618..671a63f55 100644
--- a/Library/Homebrew/extend/os/mac/dependency_collector.rb
+++ b/Library/Homebrew/extend/os/mac/dependency_collector.rb
@@ -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