From: Arran Cudbard-Bell Date: Fri, 25 May 2018 09:13:15 +0000 (+0600) Subject: Unused structure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2666fb8ab32a4e5f401b91b798cf28e5cbb798e;p=thirdparty%2Ffreeradius-server.git Unused structure --- diff --git a/src/lib/io/listen.h b/src/lib/io/listen.h index 5847c9d8490..11b275ffd13 100644 --- a/src/lib/io/listen.h +++ b/src/lib/io/listen.h @@ -52,14 +52,3 @@ struct fr_async_t { uint32_t priority; bool detached; //!< if detached, we don't send real replies }; - -/** Information to track src/dst ip/port - */ -typedef struct fr_ip_srcdst_t { - int if_index; - - fr_ipaddr_t src_ipaddr; - fr_ipaddr_t dst_ipaddr; - uint16_t src_port; - uint16_t dst_port; -} fr_ip_srcdst_t;