src/hg/lib/hdb.c 1.424
1.424 2010/04/26 23:17:41 markd
removed hack put in because panTro2 treated human as native
Index: src/hg/lib/hdb.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hdb.c,v
retrieving revision 1.423
retrieving revision 1.424
diff -b -B -U 4 -r1.423 -r1.424
--- src/hg/lib/hdb.c 23 Mar 2010 00:57:01 -0000 1.423
+++ src/hg/lib/hdb.c 26 Apr 2010 23:17:41 -0000 1.424
@@ -4525,15 +4525,8 @@
hFreeConn(&conn);
return ct;
}
-boolean isNewChimp(char *database)
-/* database is panTro2 or later */
-{
-return (startsWith("panTro", database) && !sameString("panTro1", database));
-}
-
-
int compareDbs(char *dbA, char *dbB)
/* Compare two org# e.g. mm6 vs. mm16 or mm6 vs. hg17
* Return > 0 if dbA > dbB, < 0 if less than, and 0 if equal */
{