Trivial removal of ununsed variable (mentioned in resolved JIRA entry)

This commit is contained in:
Eric Banks 2012-08-13 22:55:02 -04:00
parent f809f24afb
commit cfb994abd2
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ public class GATKArgumentCollection {
public GATKArgumentCollection() {
}
public Map<String, String> walkerArgs = new HashMap<String, String>();
// parameters and their defaults
@Input(fullName = "input_file", shortName = "I", doc = "SAM or BAM file(s)", required = false)
public List<String> samFiles = new ArrayList<String>();