a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/reviewSanity/reviewSanity.c src/hg/reviewSanity/reviewSanity.c
index 2254ae2..6067331 100644
--- src/hg/reviewSanity/reviewSanity.c
+++ src/hg/reviewSanity/reviewSanity.c
@@ -1,25 +1,24 @@
 /* reviewSanity - Look through sanity files and make sure things are ok.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "portable.h"
 #include "obscure.h"
 #include "fa.h"
 #include "psl.h"
 
-static char const rcsid[] = "$Id: reviewSanity.c,v 1.3 2006/08/17 15:45:51 angie Exp $";
 
 FILE *missLog;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "reviewSanity - Look through sanity files and make sure things are ok.\n"
   "usage:\n"
   "   reviewSanity contigDir(s)\n");
 }
 
 static int faFastBufSize = 0;
 static DNA *faFastBuf;