a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/perf/hgTracksRandom.c src/hg/perf/hgTracksRandom.c index 64c384d..5f0abc9 100644 --- src/hg/perf/hgTracksRandom.c +++ src/hg/perf/hgTracksRandom.c @@ -1,31 +1,30 @@ /* hgTracksRandom - For a given organism, view hgTracks (default tracks) in random position. Record display time. */ #include "common.h" #include "chromInfo.h" #include "dystring.h" #include "hash.h" #include "hdb.h" #include "htmlPage.h" #include "linefile.h" #include "jksql.h" #include "options.h" #include "portable.h" #include -static char const rcsid[] = "$Id: hgTracksRandom.c,v 1.16 2009/07/09 20:10:05 mikep Exp $"; static char *database = NULL; static boolean quiet = FALSE; static struct hash *chromHash = NULL; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"machines", OPTION_STRING}, {"quiet", OPTION_BOOLEAN}, {NULL, 0} }; struct machine { struct machine *next;