Skip to content

Commit

Permalink
datasets: remove unused fn definition
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Nov 29, 2024
1 parent aa5f9a3 commit 25d4ecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/detect-dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
#define DETECT_DATASET_CMD_ISNOTSET 2
#define DETECT_DATASET_CMD_ISSET 3

int DetectDatasetMatch (ThreadVars *, DetectEngineThreadCtx *, Packet *,
const Signature *, const SigMatchCtx *);
static int DetectDatasetSetup (DetectEngineCtx *, Signature *, const char *);
void DetectDatasetFree (DetectEngineCtx *, void *);

Expand Down

0 comments on commit 25d4ecb

Please sign in to comment.