a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/wigTestMaker/wigTestMaker.c src/utils/wigTestMaker/wigTestMaker.c
index 982dcb9..659c394 100644
--- src/utils/wigTestMaker/wigTestMaker.c
+++ src/utils/wigTestMaker/wigTestMaker.c
@@ -1,23 +1,22 @@
 /* wigTestMaker - Create test wig files.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "portable.h"
 
-static char const rcsid[] = "$Id: wigTestMaker.c,v 1.2 2009/01/29 18:45:40 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "wigTestMaker - Create test wig files.\n"
   "usage:\n"
   "   wigTestMaker outDir\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 static struct optionSpec options[] = {
    {NULL, 0},