a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/splatAli.c src/lib/splatAli.c
index 10e29c9..dcd9809 100644
--- src/lib/splatAli.c
+++ src/lib/splatAli.c
@@ -1,29 +1,28 @@
 /* splatAli.c was originally generated by the autoSql program, which also 
  * generated splatAli.h and splatAli.sql.  This module links the database and
  * the RAM representation of objects. */
 /* This file is copyright 2008 Jim Kent, but license is hereby
  * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "sqlNum.h"
 #include "sqlList.h"
 #include "splatAli.h"
 
-static char const rcsid[] = "$Id: splatAli.c,v 1.3 2008/11/06 05:07:06 kent Exp $";
 
 void splatAliStaticLoad(char **row, struct splatAli *ret)
 /* Load a row from splatAli table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->chrom = row[0];
 ret->chromStart = sqlSigned(row[1]);
 ret->chromEnd = sqlSigned(row[2]);
 ret->alignedBases = row[3];
 ret->score = sqlSigned(row[4]);
 safecpy(ret->strand, sizeof(ret->strand), row[5]);
 ret->readName = row[6];
 }