a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgTracks/hapmapTrack.c src/hg/hgTracks/hapmapTrack.c
index 64b981a..8dd327e 100644
--- src/hg/hgTracks/hapmapTrack.c
+++ src/hg/hgTracks/hapmapTrack.c
@@ -1,28 +1,27 @@
 /* hapmapTrack - Handle HapMap track. */
 
 #include "common.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "hgTracks.h"
 
 #include "hapmapSnps.h"
 #include "hapmapAllelesOrtho.h"
 #include "hapmapAllelesSummary.h"
 #include "hapmapPhaseIIISummary.h"
 
-static char const rcsid[] = "$Id: hapmapTrack.c,v 1.48 2010/05/11 01:43:27 kent Exp $";
 
 // These values are all overwritten in loadFilters() below.
 char *mixedFilter = HAP_FILTER_DEFAULT;
 char *popCountFilter = HAP_FILTER_DEFAULT;
 char *observedFilter = HAP_FILTER_DEFAULT;
 float minFreqFilter = 0.0;
 float maxFreqFilter = 0.5;
 float minHetFilter = 0.0;
 float maxHetFilter = 0.5; // 1.0 for observed het in PhaseIII version of the track.
 
 char *monoFilter[HAP_PHASEIII_POPCOUNT];
 // Indices of HapMap PhaseII pops in there:
 #define CEU 1
 #define CHB 2
 #define JPT 5