a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/blastToPsl/blastToPsl.c src/hg/blastToPsl/blastToPsl.c
index 21f06c5..c030fb7 100644
--- src/hg/blastToPsl/blastToPsl.c
+++ src/hg/blastToPsl/blastToPsl.c
@@ -1,24 +1,23 @@
 /* blastToPsl - convert blast textual output to PSLs */
 #include "common.h"
 #include "linefile.h"
 #include "options.h"
 #include "psl.h"
 #include "blastParse.h"
 #include "pslBuild.h"
 
-static char const rcsid[] = "$Id: blastToPsl.c,v 1.24 2010/02/08 03:04:22 markd Exp $";
 
 double eVal = -1; /* default Expect value signifying no filtering */
 boolean pslxFmt = FALSE; /* output in pslx format */
 
 /* command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"scores", OPTION_STRING},
     {"eVal", OPTION_DOUBLE},
     {"pslx", OPTION_BOOLEAN},
     {NULL, 0}
 };
 
 static void usage()
 /* Explain usage and exit. */
 {