src/hg/lib/hdb.c 1.413
1.413 2009/08/31 21:47:45 markd
fixed stupid commit
Index: src/hg/lib/hdb.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hdb.c,v
retrieving revision 1.412
retrieving revision 1.413
diff -b -B -U 4 -r1.412 -r1.413
--- src/hg/lib/hdb.c 31 Aug 2009 20:00:36 -0000 1.412
+++ src/hg/lib/hdb.c 31 Aug 2009 21:47:45 -0000 1.413
@@ -2277,9 +2277,8 @@
static boolean hGotCladeConn(struct sqlConnection *conn)
/* Return TRUE if central db contains clade info tables. */
{
-char *db = sqlGetDatabase(conn);
return (sqlTableExists(conn, "clade") && sqlTableExists(conn, "genomeClade"));
}
boolean hGotClade()