a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/featureBits/featureBits.c src/hg/featureBits/featureBits.c index 0cd8568..c0c330a 100644 --- src/hg/featureBits/featureBits.c +++ src/hg/featureBits/featureBits.c @@ -3,31 +3,30 @@ #include "linefile.h" #include "hash.h" #include "options.h" #include "jksql.h" #include "hdb.h" #include "fa.h" #include "bits.h" #include "bed.h" #include "psl.h" #include "portable.h" #include "featureBits.h" #include "agpGap.h" #include "chain.h" #include "chromInfo.h" -static char const rcsid[] = "$Id: featureBits.c,v 1.57 2009/12/05 00:00:22 hiram Exp $"; static struct optionSpec optionSpecs[] = /* command line option specifications */ { {"bed", OPTION_STRING}, {"fa", OPTION_STRING}, {"faMerge", OPTION_BOOLEAN}, {"minSize", OPTION_INT}, {"chrom", OPTION_STRING}, {"or", OPTION_BOOLEAN}, {"not", OPTION_BOOLEAN}, {"countGaps", OPTION_BOOLEAN}, {"noRandom", OPTION_BOOLEAN}, {"noHap", OPTION_BOOLEAN}, {"dots", OPTION_INT},