a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/wigSetSpanOrStep/wigSetSpanOrStep.c src/utils/wigSetSpanOrStep/wigSetSpanOrStep.c
index 548f0f7..e62b479 100644
--- src/utils/wigSetSpanOrStep/wigSetSpanOrStep.c
+++ src/utils/wigSetSpanOrStep/wigSetSpanOrStep.c
@@ -1,22 +1,21 @@
 /* wigSetSpanOrStep - Set span or step variables in an ascii format wiggle file. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: wigSetSpanOrStep.c,v 1.2 2010/05/25 17:11:49 kent Exp $";
 
 boolean gotStep = FALSE;
 boolean gotSpan = FALSE;
 int step = 1;
 int span = 1;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "wigSetSpanOrStep - Set span or step variables in an ascii format wiggle file\n"
   "usage:\n"
   "   wigSetSpanOrStep input.wig output.wig\n"
   "options:\n"
   "   -span=N set span variable to given value\n"