a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/getRnaPred/getRnaPred.c src/hg/getRnaPred/getRnaPred.c
index fb57997..c450950 100644
--- src/hg/getRnaPred/getRnaPred.c
+++ src/hg/getRnaPred/getRnaPred.c
@@ -1,28 +1,27 @@
 /* getRnaPred - Get RNA for gene predictions. */
 #include "common.h"
 #include "linefile.h"
 #include "genePred.h"
 #include "psl.h"
 #include "fa.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "nibTwo.h"
 #include "dnautil.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: getRnaPred.c,v 1.22 2008/09/03 19:18:41 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "getRnaPred - Get virtual RNA for gene predictions\n"
   "usage:\n"
   "   getRnaPred [options] database table chromosome output.fa\n"
   "table can be a table or a file.  Specify chromosome of 'all' to\n"
   "to process all chromosome\n"
   "\n"
   "options:\n"
   "   -weird - only get ones with weird splice sites\n"
   "   -cdsUpper - output CDS in upper case\n"
   "   -cdsOnly - only output CDS\n"