a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/fakeOut/fakeOut.c src/hg/fakeOut/fakeOut.c
index 7241ed2..a2711ac 100644
--- src/hg/fakeOut/fakeOut.c
+++ src/hg/fakeOut/fakeOut.c
@@ -1,20 +1,19 @@
 /* fakeOut - fake a RepeatMasker .out file based on a N's in .fa file. */
 #include "common.h"
 #include "fa.h"
 
-static char const rcsid[] = "$Id: fakeOut.c,v 1.2 2003/05/06 07:22:16 kate Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "fakeOut - fake a RepeatMasker .out file based on a N's in .fa file\n"
   "usage:\n"
   "   fakeOut x.fa.masked x.fa.out\n");
 }
 
 void fakeOut(char *inName,  char *outName)
 /* fakeOut - fake a RepeatMasker .out file based on a N's in .fa file. */
 {
 FILE *out = mustOpen(outName, "w");
 FILE *in = mustOpen(inName, "r");