diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/cfg.lua | 9 |
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 |
| 631 | end | 631 | end |
| 632 | 632 | ||
| 633 | --[[ | ||
| 634 | function 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:")) | ||
| 639 | end | ||
| 640 | cfg.dump() --]] | ||
| 641 | |||
| 642 | return cfg | 633 | return cfg |
