diff options
Diffstat (limited to 'src/libserver/symbols_cache.h')
-rw-r--r-- | src/libserver/symbols_cache.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libserver/symbols_cache.h b/src/libserver/symbols_cache.h index 676430913..d2694fd04 100644 --- a/src/libserver/symbols_cache.h +++ b/src/libserver/symbols_cache.h @@ -69,13 +69,6 @@ struct symbols_cache { /* Items that have negative weights */ GList *negative_items; - /* Radix map of dynamic rules with ip mappings */ - radix_tree_t *dynamic_map; - radix_tree_t *negative_dynamic_map; - - /* Common dynamic rules */ - GList *dynamic_items; - /* Hash table for fast access */ GHashTable *items_by_symbol; |