]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: remove 10-years old error message for obsolete option USE_TCPSPLICE
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:26:34 +0000 (14:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:29:29 +0000 (14:29 +0100)
The USE_TCPSPLICE option was removed in 1.4-dev3 10 years ago, and the
error message remained to warn the user. Let's get rid of it now.

Makefile

index 48de6591b2f8a0207c9477895b751a68680e900b..852338c4e9d8e02d0805d745a602993f698875d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -477,10 +477,6 @@ BUILD_OPTIONS =
 #   BUILD_OPTIONS += $(call ignore_implicit,USE_xxx)
 ignore_implicit = $(patsubst %=implicit,,$(1)=$($(1)))
 
-ifneq ($(USE_TCPSPLICE),)
-$(error experimental option USE_TCPSPLICE has been removed, check USE_LINUX_SPLICE)
-endif
-
 ifneq ($(USE_LINUX_SPLICE),)
 OPTIONS_CFLAGS += -DCONFIG_HAP_LINUX_SPLICE
 BUILD_OPTIONS  += $(call ignore_implicit,USE_LINUX_SPLICE)