Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 03:53:49 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329804 - head/stand/lua
Message-ID:  <201802220353.w1M3rnDp014478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" ..



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802220353.w1M3rnDp014478>