a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/qa/timePosTable.c src/hg/qa/timePosTable.c index cc65017..0c1c34e 100644 --- src/hg/qa/timePosTable.c +++ src/hg/qa/timePosTable.c @@ -1,25 +1,24 @@ /* timePosTable - time access to a positional table. */ #include "common.h" #include "options.h" #include "hdb.h" #include "jksql.h" #include "hash.h" #include "obscure.h" #include "portable.h" -static char const rcsid[] = "$Id: timePosTable.c,v 1.4 2008/09/03 19:21:13 markd Exp $"; static void usage() /* Explain usage and exit. */ { errAbort( "timePosTable - time access to a positional table\n" "usage:\n" " timePosTable [options] db table\n" "options:\n" "\n" " -chrom=chr - run test for this chromosome, maybe repeated.\n" " default is longest chromosome. Specify `all' to use all chromosomes.\n" " -minSize=10000 - minimum base range\n" " -maxSize=1000000 - maximum base range\n" " -sizeMult=10 - amount to multiply size by for each pass\n"