From 21193f790612abde8be2f375ed4533334113e2bf Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 10 Dec 2012 08:24:20 +0000 Subject: Drop unused variables (gcc 4.6 -Wunused-but-set-cariable) git-svn-id: svn://tug.org/texlive/trunk@28488 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/afm2pl/ChangeLog | 4 ++++ Build/source/texk/afm2pl/afm2pl.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/afm2pl') diff --git a/Build/source/texk/afm2pl/ChangeLog b/Build/source/texk/afm2pl/ChangeLog index 72805e39e29..3a5c603bb0d 100644 --- a/Build/source/texk/afm2pl/ChangeLog +++ b/Build/source/texk/afm2pl/ChangeLog @@ -1,3 +1,7 @@ +2012-12-07 Peter Breitenlohner + + * afm2pl.c: Drop unused variable (gcc-4.6 warning). + 2012-11-19 Peter Breitenlohner * Makefile.am: Avoid use of deprecated INCLUDES. diff --git a/Build/source/texk/afm2pl/afm2pl.c b/Build/source/texk/afm2pl/afm2pl.c index b4d37c16b8d..6f7514eb30c 100644 --- a/Build/source/texk/afm2pl/afm2pl.c +++ b/Build/source/texk/afm2pl/afm2pl.c @@ -1346,9 +1346,6 @@ checkligkern(char *s, int isencfile) char *mlist[5]; /* tokens constituting a ligkern spec */ int n, i, bch; struct adobeinfo *ai; - char *ll; - - ll = s; if (s[0] == '%') s++; /* skip optional leading `%' */ -- cgit v1.2.3