a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/ai/growNet/growNet.c src/ai/growNet/growNet.c index e9a9ca2..37a52c8 100644 --- src/ai/growNet/growNet.c +++ src/ai/growNet/growNet.c @@ -1,25 +1,24 @@ /* growNet - Grow network of associaters and classifiers. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "memalloc.h" #include "options.h" #include "dlist.h" #include "obscure.h" -static char const rcsid[] = "$Id: growNet.c,v 1.6 2004/11/24 17:17:19 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "growNet - Grow network of associaters and classifiers\n" "usage:\n" " growNet input.txt\n" "options:\n" " -xxx=XXX\n" ); } static struct optionSpec options[] = { {NULL, 0},