From 0dfa10addcf68dc5238df2b01b833099773337c7 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 17 Mar 2024 08:29:31 +0100 Subject: [PATCH] remove test define client --- src/kds_s2000w_client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kds_s2000w_client.c b/src/kds_s2000w_client.c index 1221dbf..ef189e1 100644 --- a/src/kds_s2000w_client.c +++ b/src/kds_s2000w_client.c @@ -6,7 +6,6 @@ #include "kds_s2000w_debug.h" #include "kds_s2000w_config.h" -#ifndef TEST program_config p_config; void _kds_s2000w_client_load_config() @@ -513,5 +512,4 @@ int kds_s2000w_client_set_option(int64_t sessionid, response* response) curl = NULL; return result; -} -#endif \ No newline at end of file +} \ No newline at end of file -- 2.39.5