Removed final use of Sample in RBP

This commit is contained in:
Mark DePristo 2011-09-30 09:57:39 -04:00
parent a69a4dda2f
commit 3289a325fc
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
package org.broadinstitute.sting.utils.pileup;
import net.sf.samtools.SAMRecord;
import org.broadinstitute.sting.gatk.samples.Sample;
import org.broadinstitute.sting.utils.GenomeLoc;
import org.broadinstitute.sting.utils.collections.Pair;