fdr: remove groups from struct FDR_Runtime_Args

This commit is contained in:
Justin Viiret
2016-07-07 12:53:09 +10:00
committed by Matthew Barr
parent 42f23c2c91
commit 9346a9090e
5 changed files with 84 additions and 63 deletions

View File

@@ -105,7 +105,6 @@ struct FDR_Runtime_Args {
size_t start_offset;
HWLMCallback cb;
void *ctxt;
hwlm_group_t *groups;
const u8 *firstFloodDetect;
const u64a histBytes;
};