summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 335062eee86..a54f0d4d2a7 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -102,12 +102,6 @@ newoption {
}
newoption {
- trigger = "os_version",
- description = "OS version",
- value = "",
-}
-
-newoption {
trigger = "CC",
description = "CC replacement",
}
@@ -199,8 +193,6 @@ newoption {
}
}
-local os_version = str_to_version(_OPTIONS["os_version"])
-
if not _OPTIONS["BIGENDIAN"] then
_OPTIONS["BIGENDIAN"] = "0"
end