svn commit: r329804 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Thu Feb 22 03:53:50 UTC 2018


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" ..


More information about the svn-src-head mailing list