Author: kevans
Date: Thu Feb 22 03:53:49 2018
New Revision: 329804
URL: https://svnweb.freebsd.org/changeset/base/329804
Log:
lualoader: Eliminate some unused locals
Modified:
head/stand/lua/menu.lua
Modified: head/stand/lua/menu.lua
==============================================================================
--- head/stand/lua/menu.lua Thu Feb 22 03:52:03 2018 (r329803)
+++ head/stand/lua/menu.lua Thu Feb 22 03:53:49 2018 (r329804)
@@ -36,10 +36,6 @@ local drawer = require("drawer")
local menu = {}
-local skip
-local run
-local autoboot
-
local OnOff = function(str, b)
if b then
return str .. color.escapef(color.GREEN) .. "On" ..
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"