a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslUnpile/pslUnpile.c src/hg/pslUnpile/pslUnpile.c
index e6e065a..7c1e3c1 100644
--- src/hg/pslUnpile/pslUnpile.c
+++ src/hg/pslUnpile/pslUnpile.c
@@ -1,22 +1,21 @@
 /* pslUnpile - Removes huge piles of alignments from sorted psl files 
  * (due to unmasked repeats presumably).. */
 #include "common.h"
 #include "cheapcgi.h"
 #include "psl.h"
 
-static char const rcsid[] = "$Id: pslUnpile.c,v 1.7 2003/05/06 07:22:34 kate Exp $";
 
 /* Constants that can be over-ridden by command line. */
 boolean doTarget = TRUE;
 boolean noHead = FALSE;
 int maxPile = 100;
 int minPile = 1;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "pslUnpile - Removes huge piles of alignments from sorted \n"
   "psl files (due to unmasked repeats presumably).\n"
   "usage:\n"
   "   pslUnpile in.psl out.psl\n"