a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/faGapLocs/faGapLocs.c src/utils/faGapLocs/faGapLocs.c
index 5b29168..7b8eb58 100644
--- src/utils/faGapLocs/faGapLocs.c
+++ src/utils/faGapLocs/faGapLocs.c
@@ -1,23 +1,22 @@
 /* faGapLocs - report location of gaps and sequences in a FASTA file. */
 #include "common.h"
 #include "linefile.h"
 #include "fa.h"
 #include "dnautil.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: faGapLocs.c,v 1.1 2007/08/17 01:15:44 markd Exp $";
 
 /* command line options */
 static struct optionSpec optionSpecs[] =
 {
     {NULL, 0}
 };
 
 static void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "faGapLocs - report location of gaps and sequences in a FASTA file\n"
   "usage:\n"
   "   faGapLocs in.fa out.lift\n"
   "options:\n"