a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslPartition/pslPartition.c src/hg/pslPartition/pslPartition.c
index 4087b0e..966f620 100644
--- src/hg/pslPartition/pslPartition.c
+++ src/hg/pslPartition/pslPartition.c
@@ -1,24 +1,23 @@
 /* pslPartition - split PSL files into non-overlapping sets */
 #include "common.h"
 #include "options.h"
 #include "pipeline.h"
 #include "psl.h"
 #include "dystring.h"
 #include "portable.h"
 
-static char const rcsid[] = "$Id: pslPartition.c,v 1.6 2007/03/18 18:19:41 markd Exp $";
 
 /* command line options and values */
 static struct optionSpec optionSpecs[] =
 {
     {"outLevels", OPTION_INT},
     {"partSize", OPTION_INT},
     {"dropContained", OPTION_BOOLEAN},
     {NULL, 0}
 };
 static int gOutLevels = 0;
 static int gPartSize = 20000;
 static boolean gDropContained = FALSE;
 
 static void usage(char *msg)
 /* Explain usage and exit. */