a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/faCat/faCat.c src/utils/faCat/faCat.c
index 42dd8ff..52f8e6e 100644
--- src/utils/faCat/faCat.c
+++ src/utils/faCat/faCat.c
@@ -1,23 +1,22 @@
 /* faCat - concatenate fa records and add gaps between */
 #include "common.h"
 #include "linefile.h"
 #include "options.h"
 #include "fa.h"
 #include "portable.h"
 
-static char const rcsid[] = "$Id: faCat.c,v 1.6 2007/01/22 19:30:38 hiram Exp $";
 
 struct liftSpec
 /* How to lift coordinates. */
     {
     struct liftSpec *next;	/* Next in list. */
     long int offset;			/* Offset to add. */
     char *oldName;		/* Name in source file. */
     int oldSize;                /* Size of old sequence. */
     char *newName;		/* Name in dest file. */
     int newSize;                   /* Size of new sequence. */
     char strand;                /* Strand of contig relative to chromosome. */
     };
 
 void usage()
 /* Explain usage and exit. */