summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/pathsearch.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-18 19:13:00 +0000
committerKarl Berry <karl@freefriends.org>2008-01-18 19:13:00 +0000
commit86ef1002b41b8dca25b393c06f3064cbb9ba729c (patch)
tree9c3d1c4056d51fe1e653e3ba38de7e72a3e0792f /Build/source/texk/kpathsea/pathsearch.c
parent3ca1b770ec18b461a4c0786cfddda12fc5d889e0 (diff)
silence a couple warnings, from Martin
git-svn-id: svn://tug.org/texlive/trunk@6304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.c')
-rw-r--r--Build/source/texk/kpathsea/pathsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c
index 2234ed7cb29..12e526c1a8b 100644
--- a/Build/source/texk/kpathsea/pathsearch.c
+++ b/Build/source/texk/kpathsea/pathsearch.c
@@ -399,7 +399,7 @@ static string *
search_list P4C(const_string, path, const_string*, names,
boolean, must_exist, boolean, all)
{
- str_list_type ret_list, uniq_list;
+ str_list_type ret_list;
const_string* namep;
string elt;
boolean done = false;