a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/index/ixIxx/ixIxx.c src/index/ixIxx/ixIxx.c
index 16693c5..58898ca 100644
--- src/index/ixIxx/ixIxx.c
+++ src/index/ixIxx/ixIxx.c
@@ -1,24 +1,23 @@
 /* ixIxx - Create indices for simple line-oriented file of format 
  * <symbol> <free text>. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "trix.h"
 
-static char const rcsid[] = "$Id: ixIxx.c,v 1.4 2006/10/30 17:15:59 angie Exp $";
 
 /* Variables that can be set from command line. */
 int prefixSize = trixPrefixSize;
 int binSize = 64*1024;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "ixIxx - Create indices for simple line-oriented file of format \n"
   "<symbol> <free text>\n"
   "usage:\n"
   "   ixIxx in.text out.ix out.ixx\n"
   "Where out.ix is a word index, and out.ixx is an index into the index.\n"
   "options:\n"