From 4c29b01c87af4739a0e846f5879fa0f5db287f10 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sun, 28 Mar 2021 10:57:11 +0800 Subject: build: remove splice implementation fragments Looks like a `splice` implementation was planned, but has clearly never eventuated (the TODO comment is from ~12 years ago, in 8b5bd77415fb6634fadf08357676926fecf5f032). For now, it's probably better to remove the unused code/correct the docs. --- event-config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'event-config.h.cmake') diff --git a/event-config.h.cmake b/event-config.h.cmake index 752e7890..208507b3 100644 --- a/event-config.h.cmake +++ b/event-config.h.cmake @@ -271,9 +271,6 @@ /* Define to 1 if you have the `strsignal' function. */ #cmakedefine EVENT__HAVE_STRSIGNAL 1 -/* Define to 1 if you have the `splice' function. */ -#cmakedefine EVENT__HAVE_SPLICE 1 - /* Define to 1 if you have the header file. */ #cmakedefine EVENT__HAVE_STDARG_H 1 -- cgit v1.2.1