diff --git a/src/fdr/fdr_internal.h b/src/fdr/fdr_internal.h index dd81c2dc..8109d1e8 100644 --- a/src/fdr/fdr_internal.h +++ b/src/fdr/fdr_internal.h @@ -71,18 +71,15 @@ struct FDR { u32 maxStringLen; u32 confOffset; u32 floodOffset; - - u8 stride; /* stride - how frequeuntly the data is consulted by the first + u8 stride; /* stride - how frequently the data is consulted by the first * stage matcher */ u8 domain; /* number of bits used to index into main FDR table. This value * is used only of debugging/asserts. */ u16 domainMask; /* pre-computed domain mask */ u32 tabSize; /* pre-computed hashtable size in bytes */ - u32 pad; - - m128 start; /* initial start state to use at offset 0. The state has been set - * up based on the min length of buckets to reduce the need for - * pointless confirms. */ + m128 start; /* initial start state to use at offset 0. The state has been + * set up based on the min length of buckets to reduce the need + * for pointless confirms. */ }; /** \brief FDR runtime arguments. diff --git a/src/fdr/teddy_internal.h b/src/fdr/teddy_internal.h index f3319bd2..359d1e13 100644 --- a/src/fdr/teddy_internal.h +++ b/src/fdr/teddy_internal.h @@ -38,10 +38,6 @@ struct Teddy { u32 maxStringLen; u32 confOffset; u32 floodOffset; - u32 link; - u32 pad1; - u32 pad2; - u32 pad3; }; #endif