diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/core/cfg.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 79ae0417..5b406121 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -21,8 +21,6 @@ local vers = require("luarocks.core.vers") | |||
21 | -------------------------------------------------------------------------------- | 21 | -------------------------------------------------------------------------------- |
22 | 22 | ||
23 | local program_version = "dev" | 23 | local program_version = "dev" |
24 | local program_series = "3.0" | ||
25 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | ||
26 | 24 | ||
27 | local is_windows = package.config:sub(1,1) == "\\" | 25 | local is_windows = package.config:sub(1,1) == "\\" |
28 | 26 | ||
@@ -604,8 +602,6 @@ function cfg.init(detected, warning) | |||
604 | end | 602 | end |
605 | 603 | ||
606 | cfg.program_version = program_version | 604 | cfg.program_version = program_version |
607 | cfg.program_series = program_series | ||
608 | cfg.major_version = major_version | ||
609 | 605 | ||
610 | if hardcoded.IS_BINARY then | 606 | if hardcoded.IS_BINARY then |
611 | cfg.is_binary = true | 607 | cfg.is_binary = true |