a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/nibFrag/nibFrag.c src/utils/nibFrag/nibFrag.c
index 32e1e48..f842f54 100644
--- src/utils/nibFrag/nibFrag.c
+++ src/utils/nibFrag/nibFrag.c
@@ -1,23 +1,22 @@
 /* nibFrag - Extract part of a nib file as .fa. */
 #include "common.h"
 #include "dnaseq.h"
 #include "nib.h"
 #include "options.h"
 #include "fa.h"
 
-static char const rcsid[] = "$Id: nibFrag.c,v 1.16 2005/06/29 23:25:43 galt Exp $";
 
 static struct optionSpec optionSpecs[] = {
     {"masked", OPTION_BOOLEAN},
     {"hardMasked", OPTION_BOOLEAN},
     {"upper", OPTION_BOOLEAN},
     {"name", OPTION_STRING},
     {"dbHeader", OPTION_STRING},
     {"tbaHeader", OPTION_STRING},
     {NULL, 0}
 };
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "nibFrag - Extract part of a nib file as .fa (all bases/gaps lower case by default)\n"