src/hg/utils/tdbQuery/tdbQuery.c 1.24

1.24 2009/12/07 17:46:29 kent
Fixed linux-specific compiler warning.
Index: src/hg/utils/tdbQuery/tdbQuery.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/tdbQuery/tdbQuery.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/hg/utils/tdbQuery/tdbQuery.c	7 Dec 2009 17:44:25 -0000	1.23
+++ src/hg/utils/tdbQuery/tdbQuery.c	7 Dec 2009 17:46:29 -0000	1.24
@@ -1067,9 +1067,9 @@
 	struct hash **retCommentHash)
 /* Read two fields out of a ra file.  For records that have both fields put them into
  * a hash with the logical keys and values, which is returned.  Return list of keys in order. */
 {
-struct slName *list = NULL, *el;
+struct slName *list = NULL;
 struct hash *hash = hashNew(0), *commentHash = hashNew(0);
 struct lineFile *lf = lineFileMayOpen(raFile, TRUE);
 struct dyString *dy = dyStringNew(0);
 if (lf != NULL)