a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/agpMergeChromScaf/agpMergeChromScaf.c src/hg/agpMergeChromScaf/agpMergeChromScaf.c
index d14d0a0..09b7335 100644
--- src/hg/agpMergeChromScaf/agpMergeChromScaf.c
+++ src/hg/agpMergeChromScaf/agpMergeChromScaf.c
@@ -9,31 +9,30 @@
  *  agp and contig.fa to names like scaffold99.1, scaffold99.2
  *  which is the only way we know which scaffolds are
  *  involved in which chromosomes.
  *  One of the major goals here is to preserve the detailed
  *  gap structure of contigs even inside the chrom.
 */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "fa.h"
 #include "agpFrag.h"
 #include "agpGap.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: agpMergeChromScaf.c,v 1.1 2009/06/23 07:46:43 galt Exp $";
 
 static void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "agpMergeChromScaf - Create a merged .agp file with all chroms and all scaffolds not in chroms\n"
   "usage:\n"
   "   agpMergeChromScaf chrom.agp scaffold.agp out.agp\n"
   "\n"
   "options:\n"
   "   -verbose=N - N=2 display extra information\n"
   );
 }
 
 /* global vars */