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,