datasets: remove unused fn definition

pull/12584/head
Shivani Bhardwaj 3 months ago committed by Victor Julien
parent 97e01a8cc8
commit 77bf58d687

@ -47,8 +47,6 @@
#define DETECT_DATASET_CMD_ISNOTSET 2 #define DETECT_DATASET_CMD_ISNOTSET 2
#define DETECT_DATASET_CMD_ISSET 3 #define DETECT_DATASET_CMD_ISSET 3
int DetectDatasetMatch (ThreadVars *, DetectEngineThreadCtx *, Packet *,
const Signature *, const SigMatchCtx *);
static int DetectDatasetSetup (DetectEngineCtx *, Signature *, const char *); static int DetectDatasetSetup (DetectEngineCtx *, Signature *, const char *);
void DetectDatasetFree (DetectEngineCtx *, void *); void DetectDatasetFree (DetectEngineCtx *, void *);

Loading…
Cancel
Save