a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/pslLiftSubrangeBlat/pslLiftSubrangeBlat.c src/utils/pslLiftSubrangeBlat/pslLiftSubrangeBlat.c
index 0a8fd2a..4fa0c09 100644
--- src/utils/pslLiftSubrangeBlat/pslLiftSubrangeBlat.c
+++ src/utils/pslLiftSubrangeBlat/pslLiftSubrangeBlat.c
@@ -1,25 +1,24 @@
 /* pslLiftSubrangeBlat - lift PSLs from blat subrange alignments. */
 #include "common.h"
 #include "linefile.h"
 #include "psl.h"
 #include "pslReader.h"
 #include "hash.h"
 #include "options.h"
 #include "jksql.h"
 
-static char const rcsid[] = "$Id: pslLiftSubrangeBlat.c,v 1.1 2010/06/02 07:07:45 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "pslLiftSubrangeBlat - lift PSLs from blat subrange alignments\n"
   "usage:\n"
   "   pslLiftSubrangeBlat isPsl outPsl\n"
   "\n"
   "Lift a PSL with target coordinates from a blat subrange query\n"
   "(e.g. blah/hg18.2bit:chr1:1000-20000) which has subrange\n"
   "coordinates as the target name (e.g. chr1:1000-200000) to\n"
   "actual target coordinates.\n"
   "\n"
   "options:\n"