This reverts commit 6c9f7faa62a00a4d028704d7b11e290c83f8a49d.
This warning is no longer needed because source code can be compiled with enabled support for OpenTracing context transfer via HAProxy variables. -- Miroslav Zagorac Senior Developer
>From 068153bae147beba4f8bba3cd2c467f68d1c19ac Mon Sep 17 00:00:00 2001 From: Miroslav Zagorac <[email protected]> Date: Wed, 9 Mar 2022 19:57:56 +0100 Subject: [PATCH 15/16] Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" This reverts commit 6c9f7faa62a00a4d028704d7b11e290c83f8a49d. This warning is no longer needed because source code can be compiled with enabled support for OpenTracing context transfer via HAProxy variables. --- addons/ot/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/ot/Makefile b/addons/ot/Makefile index c7b0f8db9..0cc8c6aad 100644 --- a/addons/ot/Makefile +++ b/addons/ot/Makefile @@ -65,8 +65,6 @@ OPTIONS_OBJS += \ addons/ot/src/util.o ifneq ($(OT_USE_VARS),) -$(warning Please do not set the OT_USE_VARS configuration variable, as the source will probably not be able to compile! For now, this variable can only be used for experimental purposes, and is not intended for wider use.) - OT_DEFINE = -DUSE_OT_VARS OPTIONS_OBJS += \ addons/ot/src/vars.o -- 2.30.2

