aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/cfg.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index ab7bc4ed..b9a7b31a 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -630,13 +630,4 @@ function cfg.is_platform(query)
630 end 630 end
631end 631end
632 632
633--[[
634function cfg.dump()
635 for k,v in pairs(defaults) do
636 if cfg[k] then end -- nothing todo, just touch it and the __index will make a local copy in `cfg`
637 end
638 print(util.show_table(cfg, "Dump of `cfg` table:"))
639end
640cfg.dump() --]]
641
642return cfg 633return cfg