From 3b3a8ffb949cf8fa05d30b3a06f4c67cfce7d787 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 7 Mar 2011 12:07:38 +0100 Subject: [PATCH] detect-gid: suppress unused type The DetectGidData type is not used in the code. This patch removes the type definition from code. --- src/detect-gid.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/detect-gid.h b/src/detect-gid.h index 927d8acac1..d98d6edcb4 100644 --- a/src/detect-gid.h +++ b/src/detect-gid.h @@ -30,20 +30,6 @@ #include "decode-ipv4.h" #include "decode-tcp.h" -/** - * \struct DetectGidData_ - * DetectGidData_ is used to store gid: input value - */ - -/** - * \typedef DetectGidData - * A typedef for DetectGidData_ - */ - -typedef struct DetectGidData_ { - uint32_t gid; /**< Rule gid */ -} DetectGidData; - /** * Registration function for gid: keyword */