a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/gfClient/gfClient.c src/gfClient/gfClient.c
index 093828a..bdb55d0 100644
--- src/gfClient/gfClient.c
+++ src/gfClient/gfClient.c
@@ -1,27 +1,26 @@
 /* gfClient - A client for the genomic finding program that produces a .psl file. */
 /* Copyright 2001-2003 Jim Kent.  All rights reserved. */
 #include "common.h"
 #include "linefile.h"
 #include "aliType.h"
 #include "fa.h"
 #include "genoFind.h"
 #include "psl.h"
 #include "options.h"
 #include "fuzzyFind.h"
 
-static char const rcsid[] = "$Id: gfClient.c,v 1.34 2006/11/15 15:20:59 angie Exp $";
 
 static struct optionSpec optionSpecs[] = {
     {"prot", OPTION_BOOLEAN},
     {"q", OPTION_STRING},
     {"t", OPTION_STRING},
     {"minIdentity", OPTION_FLOAT},
     {"minScore", OPTION_INT},
     {"dots", OPTION_INT},
     {"out", OPTION_STRING},
     {"maxIntron", OPTION_INT},
     {"nohead", OPTION_BOOLEAN},
     {NULL, 0}
 };
 
 /* Variables that can be overridden by command line. */