Skip to content

Commit

Permalink
Remove obsolete variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Mar 13, 2023
1 parent 29c854f commit 5700958
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/htsjdk/variant/vcf/VCFUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
public class VCFUtils {

private static final Pattern INF_OR_NAN_PATTERN = Pattern.compile("^(?<sign>[-+]?)((?<inf>(INF|INFINITY))|(?<nan>NAN))$", Pattern.CASE_INSENSITIVE);
private static final boolean DEFAULT_VCF_STRICT_VERSION_VALIDATION = true;

// a global mutable static - is there an alternative ?
// there isn't any other reasonable place to keep this state
private static boolean vcfStrictVersionValidation = true;

/**
* Determine if strict VCF version validation is enabled. Defaults to true. Strict version validation
Expand Down

0 comments on commit 5700958

Please sign in to comment.