From cb13f0787d77c5e36f79ab18f492a52e0ec11123 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:03:20 +0200 Subject: Removes Legacy JSON Cloud Protocol Support In Agent (#13111) * removes old protocol support (cloud removed support already) --- aclk/aclk_stats.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'aclk/aclk_stats.h') diff --git a/aclk/aclk_stats.h b/aclk/aclk_stats.h index aec13e212d..bec9ac2476 100644 --- a/aclk/aclk_stats.h +++ b/aclk/aclk_stats.h @@ -62,9 +62,7 @@ extern struct aclk_metrics_per_sample { volatile uint32_t cloud_q_process_max; } aclk_metrics_per_sample; -#ifdef ENABLE_NEW_CLOUD_PROTOCOL extern uint32_t *aclk_proto_rx_msgs_sample; -#endif extern uint32_t *aclk_queries_per_thread; -- cgit v1.2.3