From 3667df1d668420374d91607685b67a0efbcee328 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 1 Apr 2021 15:13:30 +0200 Subject: [PATCH] Remove unused field txqueuelen from struct tuntap The code uses tuntap->options.txqueuelen instead. Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20210401131337.3684-8-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21947.html Signed-off-by: Gert Doering --- src/openvpn/tun.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h index 7e8fb764..60ebfdcb 100644 --- a/src/openvpn/tun.h +++ b/src/openvpn/tun.h @@ -165,9 +165,6 @@ struct tuntap char *actual_name; /* actual name of TUN/TAP dev, usually including unit number */ - /* number of TX buffers */ - int txqueuelen; - /* ifconfig parameters */ in_addr_t local; in_addr_t remote_netmask;