a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/ctgFaToFa/ctgFaToFa.c src/hg/ctgFaToFa/ctgFaToFa.c
index 3c16a4d..3f2b809 100644
--- src/hg/ctgFaToFa/ctgFaToFa.c
+++ src/hg/ctgFaToFa/ctgFaToFa.c
@@ -1,22 +1,21 @@
 /* ctgFaToFa - Convert from one big file with all NT contigs to one contig per file.. */
 #include "common.h"
 #include "portable.h"
 #include "linefile.h"
 #include "hash.h"
 
-static char const rcsid[] = "$Id: ctgFaToFa.c,v 1.2 2003/05/06 07:22:16 kate Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "ctgFaToFa - Convert from one big file with all NT contigs to one contig per file.\n"
   "usage:\n"
   "   ctgFaToFa ctg.fa ctg_coords ntDir\n");
 }
 
 struct ntContig
 /* ntContig structure. */
     {
     struct ntContig *next;
     char *name;		/* Allocated in hash */