From: Vsevolod Stakhov Date: Sat, 29 Jul 2023 18:29:52 +0000 (+0100) Subject: [Minor] Remove unused var X-Git-Tag: 3.6~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b9de326f42df571f815a8887382fd6f32ef6867;p=thirdparty%2Frspamd.git [Minor] Remove unused var --- diff --git a/cmake/OSDep.cmake b/cmake/OSDep.cmake index ce90ebb02b..65672afc2a 100644 --- a/cmake/OSDep.cmake +++ b/cmake/OSDep.cmake @@ -16,7 +16,6 @@ IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly") IF(CMAKE_SYSTEM_NAME MATCHES "^NetBSD$") LIST(APPEND CMAKE_REQUIRED_LIBRARIES rt) ENDIF() - SET(POE_LOOP "Loop::Kqueue") SET(TAR "gtar") ENDIF() @@ -49,7 +48,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") ELSE(EXISTS "/etc/debian_version") SET(LINUX_START_SCRIPT "rspamd_rh.in") ENDIF(EXISTS "/etc/debian_version") - SET(POE_LOOP "XS::Loop::EPoll") ENDIF(CMAKE_SYSTEM_NAME STREQUAL "Linux") IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")