a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/tests/pipelineTester.c src/lib/tests/pipelineTester.c
index b28ea4f..fba32a8 100644
--- src/lib/tests/pipelineTester.c
+++ src/lib/tests/pipelineTester.c
@@ -1,22 +1,21 @@
 /* pipelineTester - test program for pipeline object */
 #include "common.h"
 #include "pipeline.h"
 #include "linefile.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: pipelineTester.c,v 1.5 2009/12/19 00:23:21 angie Exp $";
 
 void usage(char *msg)
 /* Explain usage and exit. */
 {
 errAbort(
     "%s\n\n"
     "pipelineTester - test program for pipeline object\n"
     "\n"
     "Usage:\n"
     "   pipelineTester [options] cmdArgs1 [cmdArgs2 ..]\n"
     "\n"
     "Each cmdArgs are a command and whitespace separated\n"
     "arguments to pipe together.  Within a cmdArgs, single or\n"
     "double quote maybe used to quote words.\n"
     "\n"