a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/linesInAllFiles/linesInAllFiles.c src/utils/linesInAllFiles/linesInAllFiles.c
index f544cf1..b00a315 100644
--- src/utils/linesInAllFiles/linesInAllFiles.c
+++ src/utils/linesInAllFiles/linesInAllFiles.c
@@ -1,22 +1,21 @@
 /* linesInAllFiles - Print lines that are in all input files.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: newProg.c,v 1.30 2010/03/24 21:18:33 hiram Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "linesInAllFiles - Print lines that are in all input files to stdout.\n"
   "usage:\n"
   "   linesInAllFiles in1.txt in2.txt ... inN.txt\n"
   "The order of output will follow the order in the last file.\n"
   "This only puts out the first occurence of the line if it occurs multiple times\n"
   "options:\n"
   "   -col=N - if set, file is tab-delimited and just the given column (starting with 1)\n"
   "            In this case only that column will be output\n"
   );
 }