a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/faToTwoBit/faToTwoBit.c src/utils/faToTwoBit/faToTwoBit.c
index f1c0a65..67dd919 100644
--- src/utils/faToTwoBit/faToTwoBit.c
+++ src/utils/faToTwoBit/faToTwoBit.c
@@ -1,26 +1,25 @@
 /* faToTwoBit - Convert DNA from fasta to 2bit format. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "dnaseq.h"
 #include "dnautil.h"
 #include "fa.h"
 #include "twoBit.h"
 
-static char const rcsid[] = "$Id: faToTwoBit.c,v 1.9 2007/04/24 18:37:46 hiram Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "faToTwoBit - Convert DNA from fasta to 2bit format\n"
   "usage:\n"
   "   faToTwoBit in.fa [in2.fa in3.fa ...] out.2bit\n"
   "options:\n"
   "   -noMask       - Ignore lower-case masking in fa file.\n"
   "   -stripVersion - Strip off version number after . for genbank accessions.\n"
   "   -ignoreDups   - only convert first sequence if there are duplicates\n"
   );
 }