a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/gbGetEntries/gbGetEntries.c src/hg/gbGetEntries/gbGetEntries.c index 469f291..5cd23c7 100644 --- src/hg/gbGetEntries/gbGetEntries.c +++ src/hg/gbGetEntries/gbGetEntries.c @@ -1,24 +1,23 @@ /* This program retrieves records from a GenBank file. */ #include "common.h" #include "options.h" #include "linefile.h" #include "dystring.h" #include "hash.h" #include "verbose.h" -static char const rcsid[] = "$Id: gbGetEntries.c,v 1.5 2005/06/05 04:29:55 markd Exp $"; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"accFile", OPTION_STRING}, {"missingOk", OPTION_BOOLEAN}, {NULL, 0} }; void usage() /* Explain usage and exit. */ { errAbort( "gbGetEntries - retrieve records from a GenBank flat file.\n" "usage:\n" " gbGetEntries [options] gbFile [acc ...]\n"