summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-11-01 20:53:35 +0200
committerGitHub <noreply@github.com>2022-11-01 20:53:35 +0200
commita364cef58290bb8b699f2bf356bf086663d67002 (patch)
tree61490f1a21e7f6a154cb877b69f002db899b6aab /streaming
parent2a340bc2a0649db2ef6c6e643e5dadf7aa13bed7 (diff)
Remove pluginsd action param & dead code. (#13928)
Diffstat (limited to 'streaming')
-rw-r--r--streaming/receiver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/streaming/receiver.c b/streaming/receiver.c
index 9ffada2417..ed5d51fe3d 100644
--- a/streaming/receiver.c
+++ b/streaming/receiver.c
@@ -65,10 +65,8 @@ static void rrdpush_receiver_thread_cleanup(void *ptr) {
#include "collectors/plugins.d/pluginsd_parser.h"
-PARSER_RC streaming_claimed_id(char **words, size_t num_words, void *user, PLUGINSD_ACTION *plugins_action)
+PARSER_RC streaming_claimed_id(char **words, size_t num_words, void *user)
{
- UNUSED(plugins_action);
-
const char *host_uuid_str = get_word(words, num_words, 1);
const char *claim_id_str = get_word(words, num_words, 2);