a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/samAlignment.c src/hg/lib/samAlignment.c
index 6213a58..2f41116 100644
--- src/hg/lib/samAlignment.c
+++ src/hg/lib/samAlignment.c
@@ -1,26 +1,25 @@
 /* samAlignment.c was originally generated by the autoSql program, which also
  * generated samAlignment.h and samAlignment.sql.  This module links the database and
  * the RAM representation of objects. */
 
 #include "common.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "jksql.h"
 #include "samAlignment.h"
 
-static char const rcsid[] = "$Id:$";
 
 void samAlignmentStaticLoad(char **row, struct samAlignment *ret)
 /* Load a row from samAlignment table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->qName = row[0];
 ret->flag = sqlUnsigned(row[1]);
 ret->rName = row[2];
 ret->pos = sqlUnsigned(row[3]);
 ret->mapQ = sqlUnsigned(row[4]);
 ret->cigar = row[5];
 ret->rNext = row[6];
 ret->pNext = sqlSigned(row[7]);
 ret->tLen = sqlSigned(row[8]);