a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/faSplit/faSplit.c src/utils/faSplit/faSplit.c
index e539a88..a7d98d8 100644
--- src/utils/faSplit/faSplit.c
+++ src/utils/faSplit/faSplit.c
@@ -1,27 +1,26 @@
 /* faSplit - Split an fa file into several files.. */
 #include "common.h"
 #include "portable.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "dnautil.h"
 #include "obscure.h"
 #include "fa.h"
 #include "options.h"
 #include "bits.h"
 
-static char const rcsid[] = "$Id: faSplit.c,v 1.37 2010/05/23 03:13:53 galt Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "faSplit - Split an fa file into several files.\n"
   "usage:\n"
   "   faSplit how input.fa count outRoot\n"
   "where how is either 'about' 'byname' 'base' 'gap' 'sequence' or 'size'.  \n"
   "Files split by sequence will be broken at the nearest fa record boundary. \n"
   "Files split by base will be broken at any base.  \n"
   "Files broken by size will be broken every count bases.\n"
   "\n"
   "Examples:\n"
   "   faSplit sequence estAll.fa 100 est\n"