a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/mdToNcbiLift/mdToNcbiLift.c src/hg/mdToNcbiLift/mdToNcbiLift.c
index 651a39f..1237818 100644
--- src/hg/mdToNcbiLift/mdToNcbiLift.c
+++ src/hg/mdToNcbiLift/mdToNcbiLift.c
@@ -1,22 +1,21 @@
 /* mdToNcbiLift - Convert seq_contig.md file to ncbi.lft. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: mdToNcbiLift.c,v 1.3 2003/05/06 07:22:26 kate Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "mdToNcbiLift - Convert seq_contig.md file to ncbi.lft\n"
   "usage:\n"
   "   mdToNcbiLift seq_contig.md ncbi.lft\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 struct chromSize
 /* Size info on chromosome. */