a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/baseMaskCommon.c src/hg/lib/baseMaskCommon.c index 94a7b82..28e4890 100644 --- src/hg/lib/baseMaskCommon.c +++ src/hg/lib/baseMaskCommon.c @@ -1,24 +1,23 @@ #include "common.h" #include "jksql.h" #include "hdb.h" #include "chromInfo.h" #include "genomeRangeTree.h" #include "genomeRangeTreeFile.h" #include "baseMaskCommon.h" -static char const rcsid[] = "$Id: baseMaskCommon.c,v 1.8 2009/03/24 15:51:04 mikep Exp $"; static char *chromTable(char *db, char *table, char *chromDb) /* Get chr1_table if it exists, otherwise table. * You can freeMem this when done. */ { char *realTable; struct sqlConnection *sc = hAllocConn(chromDb); char *chrom = hDefaultChrom(chromDb); hFreeConn(&sc); sc = hAllocConn(db); if (sqlTableExists(sc, table)) { realTable = cloneString(table); }