a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/wigAsciiToBinary/wigBedToBinary.c src/utils/wigAsciiToBinary/wigBedToBinary.c index 822384a..fab6120 100644 --- src/utils/wigAsciiToBinary/wigBedToBinary.c +++ src/utils/wigAsciiToBinary/wigBedToBinary.c @@ -1,19 +1,18 @@ /* wigBedToBinary - Convert a BED file, formatted to * wiggle binary format */ -static char const rcsid[] = "$Id: wigBedToBinary.c,v 1.4 2005/08/02 16:36:07 hiram Exp $"; #include "common.h" #include "options.h" #include "wiggle.h" /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"obsolete", OPTION_BOOLEAN}, {NULL, 0} }; static boolean obsolete = FALSE;/*use this program even though it is obsolete*/ void usage() /* Explain usage and exit */