a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/jkOwnLib/gfBlatLib.c src/jkOwnLib/gfBlatLib.c
index 49512ae..81d8a76 100644
--- src/jkOwnLib/gfBlatLib.c
+++ src/jkOwnLib/gfBlatLib.c
@@ -6,31 +6,30 @@
 #include "net.h"
 #include "linefile.h"
 #include "sqlNum.h"
 #include "dnaseq.h"
 #include "fa.h"
 #include "fuzzyFind.h"
 #include "supStitch.h"
 #include "genoFind.h"
 #include "gfInternal.h"
 #include "errabort.h"
 #include "nib.h"
 #include "twoBit.h"
 #include "trans3.h"
 
 
-static char const rcsid[] = "$Id: gfBlatLib.c,v 1.28 2009/09/23 18:42:27 angie Exp $";
 
 static int ssAliCount = 16;	/* Number of alignments returned by ssStitch. */
 
 #ifdef DEBUG
 void dumpRange(struct gfRange *r, FILE *f)
 /* Dump range to file. */
 {
 fprintf(f, "%d-%d %s %d-%d, hits %d\n", r->qStart, r->qEnd, r->tName, r->tStart, r->tEnd, r->hitCount);
 }
 
 void dumpRangeList(struct gfRange *rangeList, FILE *f)
 /* Dump range list to file for debugging. */
 {
 struct gfRange *range;
 for (range = rangeList; range != NULL; range = range->next)