a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/spacedSeed.c src/lib/spacedSeed.c
index 1544e27..169e223 100644
--- src/lib/spacedSeed.c
+++ src/lib/spacedSeed.c
@@ -1,21 +1,20 @@
 /* spacedSeed - stuff to help with spaced seeds for alignments. */
 
 #include "common.h"
 #include "spacedSeed.h"
 
-static char const rcsid[] = "$Id: spacedSeed.c,v 1.1 2005/01/10 00:02:37 kent Exp $";
 
 /* Seeds - the weight 9 and 11 seeds are from PatternHunter paper.
  * The weights 10,12,13,14,15,16,17 and 18 are from the Choi, Zeng,
  * and Zhang paper.  The others are just guesses. */
 
 char *spacedSeeds[] = {
     /*  0 */ "",
     /*  1 */ "1",
     /*  2 */ "11",
     /*  3 */ "1101",
     /*  4 */ "110101",
     /*  5 */ "1101011",
     /*  6 */ "111001011",
     /*  7 */ "1110010111",
     /*  8 */ "1110010100111",