From 93185e7a5d602635c278c8e218dd6b7ad29fade1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 3 Oct 2012 17:53:23 -0300 Subject: Remove unused third argument. --- src/luarocks/search.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/luarocks/search.lua b/src/luarocks/search.lua index 4e0318c7..ec0fa69c 100644 --- a/src/luarocks/search.lua +++ b/src/luarocks/search.lua @@ -287,9 +287,7 @@ end -- @param results table: A table where keys are package names and versions -- are tables matching version strings to an array of rocks servers. -- @param show_repo boolean or nil: Whether to show repository --- @param long boolean or nil: Whether to show module files --- information or not. Default is true. -function print_results(results, show_repo, long) +function print_results(results, show_repo) assert(type(results) == "table") assert(type(show_repo) == "boolean" or not show_repo) -- Force display of repo location for the time being -- cgit v1.2.3-55-g6feb