a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslHitPercent/pslHitPercent.c src/hg/pslHitPercent/pslHitPercent.c index 0fd1e1f..7bd2c0e 100644 --- src/hg/pslHitPercent/pslHitPercent.c +++ src/hg/pslHitPercent/pslHitPercent.c @@ -1,24 +1,23 @@ /* pslHitPercent - Figure out percentage of reads in FA file that hit.. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dnautil.h" #include "fa.h" #include "psl.h" -static char const rcsid[] = "$Id: pslHitPercent.c,v 1.3 2006/07/25 16:44:48 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "pslHitPercent - Figure out percentage of reads in FA file that hit.\n" "usage:\n" " pslHitPercent file.psl file.fa\n"); } struct readInfo /* Info about a single read. */ { struct readInfo *next; /* Next in list. */ char *name; /* Read name, not allocated here. */