aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 15:26:10 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 15:26:10 +0100
commit9ecc5ea5e15a44f830aff1e1b1ad92b683bca53a (patch)
tree235a52956c6198e2891ca77374c0f595c00ef8f6 /src/lua/CMakeLists.txt
parent654bbfecc18b0a6161036b8a91644d1fe345b091 (diff)
downloadrspamd-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.txt1
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