a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslIntronsOnly/pslIntronsOnly.c src/hg/pslIntronsOnly/pslIntronsOnly.c
index 0f88c6c..2abd70a 100644
--- src/hg/pslIntronsOnly/pslIntronsOnly.c
+++ src/hg/pslIntronsOnly/pslIntronsOnly.c
@@ -1,26 +1,25 @@
 /* pslIntronsOnly - Filter psl files to only include those with introns. */
 #include "common.h"
 #include "linefile.h"
 #include "psl.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "nib.h"
 #include "twoBit.h"
 #include "fa.h"
 
-static char const rcsid[] = "$Id: pslIntronsOnly.c,v 1.10 2005/08/21 15:49:45 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "pslIntronsOnly - Filter psl files to only include those with introns\n"
   "usage:\n"
   "   pslIntronsOnly in.psl genoFile out.psl\n"
   "\n"
   "The genoFile can be a fasta file, a chromosome nib, or a nib subrange.\n"
   "Subranges of nib files may specified using the syntax:\n"
   "   /path/file.nib:seqid:start-end\n"
   "or\n"
   "   /path/file.2bit:seqid:start-end\n"
   "or\n"