From ee740299c6d3205619c632d190071c959bab3ba6 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Fri, 4 Jul 2014 01:29:36 +0000 Subject: Remove unused variables git-svn-id: svn://tug.org/texlive/trunk@34513 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/xetexdir/ChangeLog | 6 ++++++ Build/source/texk/web2c/xetexdir/xetex.web | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/xetexdir') diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 78fb59b7834..90692b0e52c 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,9 @@ +2014-06-04 Akira Kakuto + + * xetex.web: Remove unused variables k,and l from function + get_strings_started, and q, and r from procedure + set_math_char(). + 2014-05-10 Akira Kakuto * image/bmpimage.c: Error exit instead of crashing for unsupported diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web index 6632640461b..3961b732f58 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.web +++ b/Build/source/texk/web2c/xetexdir/xetex.web @@ -1407,7 +1407,7 @@ on the information that \.{WEB} has output while processing \TeX. @p @!init function get_strings_started:boolean; {initializes the string pool, but returns |false| if something goes wrong} label done,exit; -var k,@!l:0..255; {small indices or counters} +var @!m,@!n:text_char; {characters input from |pool_file|} @!g:str_number; {garbage} @!a:integer; {accumulator for check sum} @@ -25575,7 +25575,7 @@ nothing is appended. @= procedure set_math_char(@!c:integer); -var p,q,r:pointer; {the new noad} +var p:pointer; {the new noad} ch: UnicodeScalar; begin if is_active_math_char(c) then @ -- cgit v1.2.3