diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-21 12:24:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-21 12:24:39 +0100 |
commit | e6a60ab0da437564434969e0f3b63990c6aabbfa (patch) | |
tree | badcf2f781e2d62c0058807c4f6f54001fc43b6b /src/lua/lua_common.h | |
parent | dbdad7480739970eb71052de64b72ca3dfdf8042 (diff) | |
download | rspamd-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.h | 2 |
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; |