=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.c,v retrieving revision 1.32.2.1 retrieving revision 1.32.2.2 diff -u -p -r1.32.2.1 -r1.32.2.2 --- mandoc/Attic/apropos_db.c 2013/10/02 21:03:26 1.32.2.1 +++ mandoc/Attic/apropos_db.c 2013/10/05 20:30:05 1.32.2.2 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.c,v 1.32.2.1 2013/10/02 21:03:26 schwarze Exp $ */ +/* $Id: apropos_db.c,v 1.32.2.2 2013/10/05 20:30:05 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -414,11 +414,10 @@ apropos_search(int pathsz, char **paths, const struct { struct rectree tree; struct mchars *mc; - int i, rc; + int i; memset(&tree, 0, sizeof(struct rectree)); - rc = 0; mc = mchars_alloc(); *sz = 0; *resp = NULL;