aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/det44/det44.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nat/det44/det44.h')
-rw-r--r--src/plugins/nat/det44/det44.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/nat/det44/det44.h b/src/plugins/nat/det44/det44.h
index 83eefc9fe0d..84d570bfd56 100644
--- a/src/plugins/nat/det44/det44.h
+++ b/src/plugins/nat/det44/det44.h
@@ -80,20 +80,6 @@ typedef struct
u32 cached_ip4_address;
} det44_runtime_t;
-typedef struct nat_timeouts_s
-{
- u32 udp;
-
- struct
- {
- u32 transitory;
- u32 established;
- } tcp;
-
- u32 icmp;
-
-} nat_timeouts_t;
-
/* deterministic session outside key */
typedef struct
{