a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/oldGff.c src/lib/oldGff.c
index 3b84229..602d2b2 100644
--- src/lib/oldGff.c
+++ src/lib/oldGff.c
@@ -1,31 +1,30 @@
 /* oldGff - module for reading GFFs.  This is largely if not
  * entirely superceded by the gff module. 
  *
  *
  * 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 "oldGff.h"
 #include "dnaseq.h"
 #include "htmshell.h"
 #include "portable.h"
 #include "localmem.h"
 
-static char const rcsid[] = "$Id: oldGff.c,v 1.6 2005/04/10 14:41:24 markd Exp $";
 
 #define errfile stdout
 
 static char _gffIdent[] = "##gff-version";
 
 struct gffSegLine
     {
     char seqname[64];   /* Name of DNA sequence this refers to. */
     char source[64];	/* Who put this segment here... */
     char feature[64];      /* CDS, E, I, exon, intron, ??? */
     long start, end;   /* Offsets into DNA array, end inclusive */
     char score[62];	/* A number between 0 and 1 */
     char strand[4];	/* + or - */
     char frame[4];     /* 0, 1, 2, or . */
     char group[128];  /* Name of gene  cosmid.number. */