a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgGene/swissProtComments.c src/hg/hgGene/swissProtComments.c
index bac1ba8..960e646 100644
--- src/hg/hgGene/swissProtComments.c
+++ src/hg/hgGene/swissProtComments.c
@@ -1,25 +1,24 @@
 /* SwissProt comments - print out SwissProt comments if any. */
 
 #include "common.h"
 #include "hash.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "spDb.h"
 #include "hgGene.h"
 
-static char const rcsid[] = "$Id: swissProtComments.c,v 1.16 2009/02/09 18:22:41 fanhsu Exp $";
 
 struct spComment
 /* Swiss prot comment. */
     {
     struct spComment *next;
     int typeId;		/* Comment type. */
     int valId;		/* Comment value. */
     };
 
 static boolean swissProtCommentsExists(struct section *section, 
 	struct sqlConnection *conn, char *geneId)
 /* Return TRUE if swissProt database exists and there are comments
  * on this gene.  This does first part of database lookup and
  * stores it in section->items as a spComment list. */
 {