a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGeneBands/hgGeneBands.c src/hg/hgGeneBands/hgGeneBands.c index f859261..5690f15 100644 --- src/hg/hgGeneBands/hgGeneBands.c +++ src/hg/hgGeneBands/hgGeneBands.c @@ -1,23 +1,22 @@ /* hgGeneBands: print genes with band info */ #include "common.h" #include "cytoBand.h" #include "hCommon.h" #include "hdb.h" #include "jksql.h" -static char const rcsid[] = "$Id: hgGeneBands.c,v 1.5 2008/09/03 19:18:53 markd Exp $"; char *database = NULL; char *chromName = NULL; char geneTable[] = "refGene"; void usage() /* Explain usage and exit. */ { errAbort( "hgGeneBands - print genes with band info \n" "usage:\n" " hgGeneBands database chrom \n"); }