]> jfr.im git - irc/irssi/irssi.git/commit
core: remove unused len variable
authorEmil Engler <redacted>
Mon, 14 Aug 2023 10:01:31 +0000 (12:01 +0200)
committerEmil Engler <redacted>
Mon, 14 Aug 2023 10:01:31 +0000 (12:01 +0200)
commit3aa9734c1ca0a4b8fe498a04b3f9e9b418263a80
tree50b854b72567f2f2fa8e8e808fa1a89bad0a2686
parentf9c9485d155c1b0545fb30b0d2d6d884079b2f76
core: remove unused len variable

This commit removes the unused `len` variable, which gets set quite a
few times, but whose value is totally unused.

This also fixes a compiler warning I get on my Darwin.
src/irc/core/netsplit.c