a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/genePredToMafFrames/genePredToMafFrames.c src/hg/genePredToMafFrames/genePredToMafFrames.c
index 554f04d..8a0841a 100644
--- src/hg/genePredToMafFrames/genePredToMafFrames.c
+++ src/hg/genePredToMafFrames/genePredToMafFrames.c
@@ -1,28 +1,27 @@
 /* genePredToMafFrames - create mafFrames tables from genePreds  */
 #include "common.h"
 #include "options.h"
 #include "mafFrames.h"
 #include "mkMafFrames.h"
 #include "splitMultiMappings.h"
 #include "finishMafFrames.h"
 #include "orgGenes.h"
 #include "chromBins.h"
 #include "binRange.h"
 #include "verbose.h"
 
-static char const rcsid[] = "$Id: genePredToMafFrames.c,v 1.10 2006/06/05 03:58:48 markd Exp $";
 
 /* Command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"bed", OPTION_STRING},
     {NULL, 0}
 };
 
 static void outputExonFrames(struct cdsExon *exon, FILE *frameFh, FILE *bedFh)
 /* output mafFrames for an exon */
 {
 struct exonFrames *ef;
 for (ef = exon->frames; ef != NULL; ef = ef->next)
     {
     struct mafFrames *mf = &ef->mf;
     mafFramesTabOut(mf, frameFh);