From 8f6af299d87b207f94087846f9de143ffd090c64 Mon Sep 17 00:00:00 2001 From: droazen Date: Wed, 1 Jun 2011 16:22:35 +0000 Subject: [PATCH] Remove what is hopefully the last of the evil core -> playground dependencies. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5913 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/gatk/refdata/VariantContextAdaptors.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/gatk/refdata/VariantContextAdaptors.java b/java/src/org/broadinstitute/sting/gatk/refdata/VariantContextAdaptors.java index d63a0e76d..aa288ecac 100755 --- a/java/src/org/broadinstitute/sting/gatk/refdata/VariantContextAdaptors.java +++ b/java/src/org/broadinstitute/sting/gatk/refdata/VariantContextAdaptors.java @@ -12,7 +12,6 @@ import org.broad.tribble.vcf.*; import org.broadinstitute.sting.gatk.contexts.ReferenceContext; import org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils; import org.broadinstitute.sting.gatk.refdata.utils.helpers.DbSNPHelper; -import org.broadinstitute.sting.playground.gatk.features.maf.MafFeature; import org.broadinstitute.sting.utils.classloader.PluginManager; import java.util.*;