a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/bacCloneAlias.c src/hg/lib/bacCloneAlias.c index cecd3e0..0b08c31 100644 --- src/hg/lib/bacCloneAlias.c +++ src/hg/lib/bacCloneAlias.c @@ -1,26 +1,25 @@ /* bacCloneAlias.c was originally generated by the autoSql program, which also * generated bacCloneAlias.h and bacCloneAlias.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 "bacCloneAlias.h" -static char const rcsid[] = "$Id: bacCloneAlias.c,v 1.2 2005/05/17 19:26:26 hartera Exp $"; void bacCloneAliasStaticLoad(char **row, struct bacCloneAlias *ret) /* Load a row from bacCloneAlias table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->alias = row[0]; ret->sangerName = row[1]; } struct bacCloneAlias *bacCloneAliasLoad(char **row) /* Load a bacCloneAlias from row fetched with select * from bacCloneAlias * from database. Dispose of this with bacCloneAliasFree(). */ { struct bacCloneAlias *ret;