a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/snpException/snpException.c src/hg/snpException/snpException.c
index d30e688..5fe02c5 100644
--- src/hg/snpException/snpException.c
+++ src/hg/snpException/snpException.c
@@ -1,31 +1,30 @@
 /* snpException.c - Get exceptions to snp invariant rules */
 #include "common.h"
 #include "errabort.h"
 #include "linefile.h"
 #include "obscure.h"
 #include "dystring.h"
 #include "cheapcgi.h"
 #include "dnaseq.h"
 #include "hdb.h"
 #include "memalloc.h"
 #include "hash.h"
 #include "jksql.h"
 #include "snp.h"
 #include "snpExceptions.h"
 
-static char const rcsid[] = "$Id: snpException.c,v 1.5 2008/09/03 19:21:20 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort("snpException - Get exceptions to a snp invariant rule.\n"
 	 "Usage:  \tsnpException database exceptionId fileBase\n"
 	 "Example:\tsnpException hg17     1           hg17snpException\n"
 	 "where the exceptionId is the primary key from the snpExceptions table,\n"
 	 "\tand using exceptionId=0 will process all invariant rules. \n");
 }
 
 struct slName *getChromList(char *db)
 /* Get list of all chromosomes. */
 {
 struct sqlConnection *conn  = hAllocConn(db);