a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyTransciptome/nmerAlign.c src/hg/affyTransciptome/nmerAlign.c
index df15d3d..bb72d75 100644
--- src/hg/affyTransciptome/nmerAlign.c
+++ src/hg/affyTransciptome/nmerAlign.c
@@ -1,25 +1,24 @@
 #include "common.h"
 #include "hash.h"
 #include "dnaseq.h"
 #include "nib.h"
 #include "linefile.h"
 #include "dnautil.h"
 #include "fa.h"
 #include "cheapcgi.h"
 
-static char const rcsid[] = "$Id: nmerAlign.c,v 1.2 2003/05/06 07:22:13 kate Exp $";
 
 struct genomePos 
 {
     struct genomePos *next;     /* Next in list. */
     short chrom;                /* Number for chromosome. */
     unsigned int position;      /* Position in chrom. Always a 25mer so don't need end. */
 };
 
 struct chromInfo
 {
     struct chromInfo *next;    /* Next in list. */
     char *chrom;               /* Chrom. */
     char *fileName;            /* Name of file. */
 };