a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/codebias.c src/lib/codebias.c
index 41e0d0f..9de37b4 100644
--- src/lib/codebias.c
+++ src/lib/codebias.c
@@ -1,26 +1,25 @@
 /* codebias.c - stuff for managing codons and codon bias. 
  *
  * This file is copyright 2002 Jim Kent, but license is hereby
  * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "dnautil.h"
 #include "hmmstats.h"
 #include "codebias.h"
 
-static char const rcsid[] = "$Id: codebias.c,v 1.6 2005/04/10 14:41:21 markd Exp $";
 
 
 struct codonBias *codonLoadBias(char *fileName)
 /* Create scaled log codon bias tables based on .cod file.  
  * You can freeMem it when you're done. */
 {
 struct codonBias *cb;
 char line[1024];
 int lineCount = 0;
 char *words[128];
 int wordCount;
 int i = 0, j = 0;
 int skip = 0;
 boolean getMark0 = FALSE;
 boolean getMark1 = FALSE;