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 */