diff options
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index ebc8b50967c..7746bd7058d 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -223,7 +223,6 @@ find_format (kpathsea kpse, string name, boolean is_filename) unsigned name_len = strlen (name); while (f != kpse_last_format) { - unsigned try_len; const_string *ext; const_string ftry; boolean found = false; |