fdr_confirm: remove dead flags

- Caseless was unused
 - NoFlags is a bit redundant
This commit is contained in:
Justin Viiret
2017-05-23 13:39:24 +10:00
committed by Matthew Barr
parent e8c0b5685f
commit c36c071564
2 changed files with 1 additions and 6 deletions

View File

@@ -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;