a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/gpToGtf/gpToGtf.c src/hg/gpToGtf/gpToGtf.c
index 7b4b28a..a629c60 100644
--- src/hg/gpToGtf/gpToGtf.c
+++ src/hg/gpToGtf/gpToGtf.c
@@ -1,25 +1,24 @@
 /* gpToGtf - Convert gp table to GTF. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "genePred.h"
 
-static char const rcsid[] = "$Id: gpToGtf.c,v 1.4 2008/09/03 19:18:46 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "gpToGtf - Convert gp table to GTF\n"
   "usage:\n"
   "   gpToGtf database table output.gtf\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 void gtfFromTable(char *database, char *table, FILE *f)
 /* Convert table to GTF file. */