a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/refSeqStatus.c src/hg/lib/refSeqStatus.c
index 1fbe482..40de439 100644
--- src/hg/lib/refSeqStatus.c
+++ src/hg/lib/refSeqStatus.c
@@ -1,26 +1,25 @@
 /* refSeqStatus.c was originally generated by the autoSql program, which also 
  * generated refSeqStatus.h and refSeqStatus.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 "refSeqStatus.h"
 
-static char const rcsid[] = "$Id: refSeqStatus.c,v 1.4 2009/07/04 07:14:20 markd Exp $";
 
 /* definitions for status column */
 static char *values_status[] = {"Unknown", "Reviewed", "Validated", "Provisional", "Predicted", "Inferred", NULL};
 static struct hash *valhash_status = NULL;
 
 /* definitions for mol column */
 static char *values_mol[] = {"DNA", "RNA", "ds-RNA", "ds-mRNA", "ds-rRNA", "mRNA", "ms-DNA", "ms-RNA", "rRNA", "scRNA", "snRNA", "snoRNA", "ss-DNA", "ss-RNA", "ss-snoRNA", "tRNA", NULL};
 static struct hash *valhash_mol = NULL;
 
 void refSeqStatusStaticLoad(char **row, struct refSeqStatus *ret)
 /* Load a row from refSeqStatus table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->mrnaAcc = row[0];