mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 06:34:41 +03:00
fdr: remove dead code to do with link structures
This commit is contained in:
committed by
Matthew Barr
parent
2bb0295c50
commit
05b5265aff
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -71,11 +71,6 @@ struct FDR {
|
||||
u32 maxStringLen;
|
||||
u32 floodOffset;
|
||||
|
||||
/** link is the relative offset of a secondary included FDR table for
|
||||
* stream handling if we're a primary FDR table or the subsidiary tertiary
|
||||
* structures (spillover strings and hash table) if we're a secondary
|
||||
* structure. */
|
||||
u32 link;
|
||||
u8 stride; /* stride - how frequeuntly the data is consulted by the first
|
||||
* stage matcher */
|
||||
u8 domain; /* number of bits used to index into main FDR table. This value
|
||||
|
||||
Reference in New Issue
Block a user