[latex3-commits] [git/LaTeX3-latex3-latex3] main: Remove unused locals (2d1b5ae56)

Max Chernoff 49086429+gucci-on-fleek at users.noreply.github.com.org
Sun May 15 23:26:54 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/2d1b5ae56c598b5cdd71379d26e08fef0edeed55

>---------------------------------------------------------------

commit 2d1b5ae56c598b5cdd71379d26e08fef0edeed55
Author: Max Chernoff <49086429+gucci-on-fleek at users.noreply.github.com>
Date:   Sun May 15 15:26:54 2022 -0600

    Remove unused locals


>---------------------------------------------------------------

2d1b5ae56c598b5cdd71379d26e08fef0edeed55
 l3kernel/l3luatex.dtx | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index e80df02bf..0b84997c3 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -347,23 +347,20 @@ local tonumber = tonumber
 %
 %   Local copies of standard functions.
 %    \begin{macrocode}
-local abs               = math.abs
-local byte              = string.byte
-local floor             = math.floor
-local format            = string.format
-local gsub              = string.gsub
-local lfs_attr          = lfs.attributes
-local open              = io.open
-local os_date           = os.date
-local setcatcode        = tex.setcatcode
-local sprint            = tex.sprint
-local cprint            = tex.cprint
-local write             = tex.write
-local write_nl          = texio.write_nl
-local utf8_char         = utf8.char
-local package_loaded    = package.loaded
-local package_searchers = package.searchers
-local table_concat      = table.concat
+local abs        = math.abs
+local byte       = string.byte
+local floor      = math.floor
+local format     = string.format
+local gsub       = string.gsub
+local lfs_attr   = lfs.attributes
+local open       = io.open
+local os_date    = os.date
+local setcatcode = tex.setcatcode
+local sprint     = tex.sprint
+local cprint     = tex.cprint
+local write      = tex.write
+local write_nl   = texio.write_nl
+local utf8_char  = utf8.char
 
 local scan_int     = token.scan_int or token.scan_integer
 local scan_string  = token.scan_string





More information about the latex3-commits mailing list.