diff options
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 03fc2ad2..6a49c842 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -225,7 +225,6 @@ end | |||
225 | local defaults = { | 225 | local defaults = { |
226 | 226 | ||
227 | local_by_default = false, | 227 | local_by_default = false, |
228 | use_extensions = false, | ||
229 | accept_unknown_fields = false, | 228 | accept_unknown_fields = false, |
230 | fs_use_modules = true, | 229 | fs_use_modules = true, |
231 | hooks_enabled = true, | 230 | hooks_enabled = true, |