Removed unused class variable from VCFHeaderLineTranslator
This commit is contained in:
parent
100ddef930
commit
f9e8e82e33
|
|
@ -31,8 +31,6 @@ interface VCFLineParser {
|
|||
* a class that handles the to and from disk for VCF 4 lines
|
||||
*/
|
||||
class VCF4Parser implements VCFLineParser {
|
||||
Set<String> bracketed = new HashSet<String>();
|
||||
|
||||
/**
|
||||
* parse a VCF4 line
|
||||
* @param valueLine the line
|
||||
|
|
|
|||
Loading…
Reference in New Issue