devip: remove unused QLock from udp and icmpv6 control blocks (thanks brho)

This commit is contained in:
cinap_lenrek 2018-10-03 00:47:34 +02:00
parent bdcef9d692
commit b56450471f
2 changed files with 0 additions and 2 deletions

View file

@ -119,7 +119,6 @@ typedef struct Icmppriv6
typedef struct Icmpcb6
{
QLock;
uchar headers;
} Icmpcb6;

View file

@ -100,7 +100,6 @@ void udpkick(void *x, Block *bp);
typedef struct Udpcb Udpcb;
struct Udpcb
{
QLock;
uchar headers;
};