a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslGlue/pslGlue.c src/hg/pslGlue/pslGlue.c
index 31fd12b..a27b1f1 100644
--- src/hg/pslGlue/pslGlue.c
+++ src/hg/pslGlue/pslGlue.c
@@ -1,23 +1,22 @@
 /* pslGlue - reduce a psl file to only the gluing components. */
 #include "common.h"
 #include "portable.h"
 #include "obscure.h"
 #include "linefile.h"
 #include "psl.h"
 
-static char const rcsid[] = "$Id: pslGlue.c,v 1.4 2006/07/24 17:40:50 angie Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort("pslGlue - reduce a psl mRNA alignment file to only the components\n"
          "that might be involved in gluing\n"
 	 "usage:\n"
 	 "   pslGlue in.lst pslDir\n"
 	 "This will create mrna.psl, est.psl, bacEnd.psl, pairedRead.psl and\n"
 	 "mrna.glu and est.glue and bacEnd.psl in the current directory\n"
 	 "   pslGlue mrnaIn.psl mrnaOut.psl mrnaOut.glu\n"
 	 "This takes only the 'gluing' mrnas from mrnaIn and puts in mrnaOut.psl");
 }
 
 int outCount = 0;