summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/packet_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/packet_id.c')
-rw-r--r--main/openvpn/src/openvpn/packet_id.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/openvpn/src/openvpn/packet_id.c b/main/openvpn/src/openvpn/packet_id.c
index 122830b7..baa49664 100644
--- a/main/openvpn/src/openvpn/packet_id.c
+++ b/main/openvpn/src/openvpn/packet_id.c
@@ -99,12 +99,6 @@ packet_id_init (struct packet_id *p, bool tcp_mode, int seq_backtrack, int time_
p->rec.initialized = true;
}
-bool
-packet_id_initialized (const struct packet_id *pid)
-{
- return pid->rec.initialized;
-}
-
void
packet_id_free (struct packet_id *p)
{