a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/index/bptLookupStringToBits64/bptLookupStringToBits64.c src/index/bptLookupStringToBits64/bptLookupStringToBits64.c index 89cde16..c2403c8 100644 --- src/index/bptLookupStringToBits64/bptLookupStringToBits64.c +++ src/index/bptLookupStringToBits64/bptLookupStringToBits64.c @@ -1,24 +1,23 @@ /* bptLookupStringToBits64 - Given a string value look up and return associated 64 bit value if * any. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "bPlusTree.h" -static char const rcsid[] = "$Id: bptLookupStringToBits64.c,v 1.2 2009/01/09 08:09:37 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "bptLookupStringToBits64 - Given a string value look up and return associated 64 bit value if\n" "any.\n" "usage:\n" " bptLookupStringToBits64 index.bpt string\n" "options:\n" " -xxx=XXX\n" ); } static struct optionSpec options[] = {