summaryrefslogtreecommitdiffstats
path: root/src/libserver/symbols_cache.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-01 16:23:51 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-10-01 16:23:51 +0100
commited45a1bcfa93fe8e423d44e6229962aab0fb459e (patch)
tree288abe7bf1e0651544217a9c2317e863309c685c /src/libserver/symbols_cache.h
parentf6ee41af0fdba6e40b37d817f5f4e9ded2f30c86 (diff)
downloadrspamd-ed45a1bcfa93fe8e423d44e6229962aab0fb459e.tar.gz
rspamd-ed45a1bcfa93fe8e423d44e6229962aab0fb459e.zip
Remove dynamic items support from symbols cache.
Diffstat (limited to 'src/libserver/symbols_cache.h')
-rw-r--r--src/libserver/symbols_cache.h7
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;