a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/test/foo.c src/hg/test/foo.c
index 9a78f80..112f846 100644
--- src/hg/test/foo.c
+++ src/hg/test/foo.c
@@ -1,23 +1,22 @@
 /* foo.c was originally generated by the autoSql program, which also 
  * generated foo.h and foo.sql.  This module links the database and the RAM 
  * representation of objects. */
 #include "common.h"
 #include "jksql.h"
 #include "foo.h"
 
-static char const rcsid[] = "$Id: foo.c,v 1.2 2003/05/06 07:22:35 kate Exp $";
 
 struct mrnaAli *mrnaAliLoad(char **row)
 /* Load a mrnaAli from row fetched with select * from mrnaAli
  * from database.  Dispose of this with mrnaAliFree(). */
 {
 struct mrnaAli *ret;
 int sizeOne,i;
 char *s;
 
 AllocVar(ret);
 ret->blockCount = sqlUnsigned(row[15]);
 ret->id = sqlUnsigned(row[0]);
 ret->readDir = sqlSigned(row[1]);
 ret->orientation = sqlSigned(row[2]);
 ret->hasIntrons = sqlUnsigned(row[3]);