mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
fdr_confirm: remove dead flags
- Caseless was unused - NoFlags is a bit redundant
This commit is contained in:
committed by
Matthew Barr
parent
e8c0b5685f
commit
c36c071564
@@ -43,8 +43,6 @@ u32 mul_hash_64(u64a lv, u64a andmsk, u64a mult, u32 nBits) {
|
||||
#define CONF_HASH_CALL mul_hash_64
|
||||
|
||||
typedef enum LitInfoFlags {
|
||||
NoFlags = 0,
|
||||
Caseless = 1,
|
||||
NoRepeat = 2,
|
||||
} LitInfoFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user