a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyTransciptome/groupSamples.c src/hg/affyTransciptome/groupSamples.c
index ef81208..eeb83f8 100644
--- src/hg/affyTransciptome/groupSamples.c
+++ src/hg/affyTransciptome/groupSamples.c
@@ -1,21 +1,20 @@
 #include "common.h"
 #include "options.h"
 #include "linefile.h"
 #include "sample.h"
 
-static char const rcsid[] = "$Id: groupSamples.c,v 1.8 2008/09/03 19:18:12 markd Exp $";
 
 void usage()
 {
 errAbort(
     "groupSamples - Group samples together into one sample.\n"
     "Samples must be sorted by chromosome position (you can\n"
     "use bedSort first if they are not).\n"
     "usage:\n"
     "   groupSamples <grouping size - int> <input file> <output file>\n"
     );
 }
 
 void addSampleToCurrent(struct sample *target, struct sample *samp, int grouping)
 {
 int i;