From fed7ff1e76a615525971d13a307fb5bae983f40e Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 29 May 2025 11:00:14 +0200 Subject: [PATCH] datasets: remove comment about unused return value --- src/detect-dataset.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/detect-dataset.c b/src/detect-dataset.c index 41580c7a21..2c8ff2bf9b 100644 --- a/src/detect-dataset.c +++ b/src/detect-dataset.c @@ -64,7 +64,6 @@ void DetectDatasetRegister (void) /* 1 match 0 no match - -1 can't match */ static int DetectDatajsonBufferMatch(DetectEngineThreadCtx *det_ctx, const DetectDatasetData *sd, const uint8_t *data, const uint32_t data_len) @@ -110,7 +109,6 @@ static int DetectDatajsonBufferMatch(DetectEngineThreadCtx *det_ctx, const Detec /* 1 match 0 no match - -1 can't match */ int DetectDatasetBufferMatch(DetectEngineThreadCtx *det_ctx, const DetectDatasetData *sd, -- 2.47.2