texlive[41498] Build/source/texk/upmendex/fwrite.c: remove an unused
commits+kakuto at tug.org
commits+kakuto at tug.org
Sun Jun 19 15:24:55 CEST 2016
Revision: 41498
http://tug.org/svn/texlive?view=revision&revision=41498
Author: kakuto
Date: 2016-06-19 15:24:55 +0200 (Sun, 19 Jun 2016)
Log Message:
-----------
remove an unused variable
Modified Paths:
--------------
trunk/Build/source/texk/upmendex/fwrite.c
Modified: trunk/Build/source/texk/upmendex/fwrite.c
===================================================================
--- trunk/Build/source/texk/upmendex/fwrite.c 2016-06-19 12:18:53 UTC (rev 41497)
+++ trunk/Build/source/texk/upmendex/fwrite.c 2016-06-19 13:24:55 UTC (rev 41498)
@@ -67,7 +67,6 @@
static void fprint_uchar(FILE *fp, const UChar *a, const int mode, const int len)
{
- int k;
char str[3*INITIALLENGTH+1];
UChar istr[INITIALLENGTH];
int olen, wclen;
More information about the tex-live-commits
mailing list