a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/oneShot/testCache/testCache.c src/oneShot/testCache/testCache.c index 1b1516b..88d977f 100644 --- src/oneShot/testCache/testCache.c +++ src/oneShot/testCache/testCache.c @@ -1,27 +1,26 @@ /* testCache - Experiments with file cacher.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "sqlNum.h" #include "obscure.h" #include "udc.h" -static char const rcsid[] = "$Id: testCache.c,v 1.10 2009/02/07 17:23:22 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "testCache - Experiments with file cacher.\n" "usage:\n" " testCache sourceUrl offset size outFile\n" "options:\n" " -xxx=XXX\n" ); } static struct optionSpec options[] = { {NULL, 0},