diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-10-17 15:26:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-10-17 15:26:10 +0100 |
commit | 9ecc5ea5e15a44f830aff1e1b1ad92b683bca53a (patch) | |
tree | 235a52956c6198e2891ca77374c0f595c00ef8f6 /src/lua/CMakeLists.txt | |
parent | 654bbfecc18b0a6161036b8a91644d1fe345b091 (diff) | |
download | rspamd-9ecc5ea5e15a44f830aff1e1b1ad92b683bca53a.tar.gz rspamd-9ecc5ea5e15a44f830aff1e1b1ad92b683bca53a.zip |
[Rework] Remove outdated and unused lua_session module
Diffstat (limited to 'src/lua/CMakeLists.txt')
-rw-r--r-- | src/lua/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/CMakeLists.txt b/src/lua/CMakeLists.txt index fefd074d5..eda9acbc2 100644 --- a/src/lua/CMakeLists.txt +++ b/src/lua/CMakeLists.txt @@ -12,7 +12,6 @@ SET(LUASRC ${CMAKE_CURRENT_SOURCE_DIR}/lua_common.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_redis.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_upstream.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_mempool.c - ${CMAKE_CURRENT_SOURCE_DIR}/lua_session.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_buffer.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_dns.c ${CMAKE_CURRENT_SOURCE_DIR}/lua_rsa.c |