diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-10-03 00:47:34 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-10-03 00:47:34 +0200 |
commit | b56450471faccd9d21633dc8d836a5b18d34535f (patch) | |
tree | 1da27e2286e1904bf7bba91740df90db8cc7fc69 /sys/src/9/ip/udp.c | |
parent | bdcef9d6928f5bdc214567937b1d219774f48b12 (diff) |
devip: remove unused QLock from udp and icmpv6 control blocks (thanks brho)
Diffstat (limited to 'sys/src/9/ip/udp.c')
-rw-r--r-- | sys/src/9/ip/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/ip/udp.c b/sys/src/9/ip/udp.c index d3fc1e98f..6a2e03dcd 100644 --- a/sys/src/9/ip/udp.c +++ b/sys/src/9/ip/udp.c @@ -100,7 +100,6 @@ void udpkick(void *x, Block *bp); typedef struct Udpcb Udpcb; struct Udpcb { - QLock; uchar headers; }; |