Skip to content

Commit 3084903

Browse files
committed
Remove obsolete variable.
1 parent 5a4a9a8 commit 3084903

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/htsjdk/variant/vcf/VCFUtils.java

-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
public class VCFUtils {
4949

5050
private static final Pattern INF_OR_NAN_PATTERN = Pattern.compile("^(?<sign>[-+]?)((?<inf>(INF|INFINITY))|(?<nan>NAN))$", Pattern.CASE_INSENSITIVE);
51-
private static final boolean DEFAULT_VCF_STRICT_VERSION_VALIDATION = true;
52-
53-
// a global mutable static - is there an alternative ?
54-
// there isn't any other reasonable place to keep this state
55-
private static boolean vcfStrictVersionValidation = true;
5651

5752
/**
5853
* Determine if strict VCF version validation is enabled. Defaults to true. Strict version validation

0 commit comments

Comments
 (0)