a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/agpSangerUnfinished/agpSangerUnfinished.c src/hg/agpSangerUnfinished/agpSangerUnfinished.c
index c948898..f9e8aa9 100644
--- src/hg/agpSangerUnfinished/agpSangerUnfinished.c
+++ src/hg/agpSangerUnfinished/agpSangerUnfinished.c
@@ -11,31 +11,30 @@
  *  So, we change the frag names in the agp to match
  *  the fasta, and we use the frag start and end 
  *  also in the matching.  The final agp frag start and end
  *  for these must be modified to be 1, size-of-frag
  *  This is being developed for Zv8 (and the same structure was in Zv7).
 */
 #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: agpSangerUnfinished.c,v 1.1 2009/06/23 07:47:22 galt Exp $";
 
 static void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "agpSangerUnfinished - Make agp file match the given contigs fasta file\n"
   "usage:\n"
   "   agpSangerUnfinished in.agp contigs.fa out.agp\n"
   "\n"
   "options:\n"
   "   -verbose=N - N=2 display extra information\n"
   );
 }
 
 /* global vars */