Skip to content

Commit

Permalink
[Minor] Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 29, 2023
1 parent f188b1e commit 6b9de32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/OSDep.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 6b9de32

Please sign in to comment.