a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/jkOwnLib/gfOut.c src/jkOwnLib/gfOut.c
index a2841aa..1b01512 100644
--- src/jkOwnLib/gfOut.c
+++ src/jkOwnLib/gfOut.c
@@ -2,31 +2,30 @@
  * currently supports psl, axt, blast, and wu-blast. 
  *
  * Copyright 2001-2003 Jim Kent.  All rights reserved. */
 
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "dystring.h"
 #include "dnautil.h"
 #include "axt.h"
 #include "maf.h"
 #include "trans3.h"
 #include "psl.h"
 #include "genoFind.h"
 
-static char const rcsid[] = "$Id: gfOut.c,v 1.16 2006/06/22 16:24:44 kent Exp $";
 
 struct pslxData
 /* This is the data structure put in gfOutput.data for psl/pslx output. */
     {
     FILE *f;			/* Output file. */
     boolean saveSeq;		/* Save sequence too? */
     };
 
 struct axtData
 /* This is the data structure put in gfOutput.data for axt/blast output. */
     {
     struct axtBundle *bundleList;	/* List of bundles. */
     char *databaseName;		/* Just used for blast. */
     int databaseSeqCount;	/* Just used for blast. */
     double databaseLetters; /* Just used for blast. */