detect-gid: suppress unused type

The DetectGidData type is not used in the code. This patch removes
the type definition from code.
remotes/origin/master-1.1.x
Eric Leblond 15 years ago committed by Victor Julien
parent ad44f1cfc1
commit 3b3a8ffb94

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

Loading…
Cancel
Save