mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
FDR: delete dead confirm code
This commit is contained in:
parent
7ca81ff530
commit
ffab97ca8c
@ -355,16 +355,6 @@ void do_confirm_fdr(u64a *conf, u8 offset, hwlmcb_rv_t *control,
|
|||||||
if (!(fdrc->groups & *control)) {
|
if (!(fdrc->groups & *control)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!fdrc->mult) {
|
|
||||||
u32 id = fdrc->nBitsOrSoleID;
|
|
||||||
if ((*last_match_id == id) && (fdrc->flags & NoRepeat)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
*last_match_id = id;
|
|
||||||
*control = a->cb(ptr_main + byte - a->buf, ptr_main + byte - a->buf,
|
|
||||||
id, a->ctxt);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
u64a confVal = unaligned_load_u64a(confLoc + byte - sizeof(u64a) + 1);
|
u64a confVal = unaligned_load_u64a(confLoc + byte - sizeof(u64a) + 1);
|
||||||
confWithBit(fdrc, a, ptr_main - a->buf + byte, control,
|
confWithBit(fdrc, a, ptr_main - a->buf + byte, control,
|
||||||
last_match_id, confVal);
|
last_match_id, confVal);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user