aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-04-21 12:24:39 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-04-21 12:24:39 +0100
commite6a60ab0da437564434969e0f3b63990c6aabbfa (patch)
treebadcf2f781e2d62c0058807c4f6f54001fc43b6b /src/lua/lua_common.h
parentdbdad7480739970eb71052de64b72ca3dfdf8042 (diff)
downloadrspamd-e6a60ab0da437564434969e0f3b63990c6aabbfa.tar.gz
rspamd-e6a60ab0da437564434969e0f3b63990c6aabbfa.zip
[Fix] Use static maps instead of ugly hack for radix_from_config
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r--src/lua/lua_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h
index 141d614b8..20edff778 100644
--- a/src/lua/lua_common.h
+++ b/src/lua/lua_common.h
@@ -97,8 +97,6 @@ enum rspamd_lua_map_type {
RSPAMD_LUA_MAP_CALLBACK
};
-#define RSPAMD_LUA_MAP_FLAG_EMBEDDED (1 << 0)
-
struct rspamd_lua_map {
struct rspamd_map *map;
enum rspamd_lua_map_type type;