]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: remove useless undef
authorEric Wong <e@80x24.org>
Fri, 23 Dec 2022 11:05:13 +0000 (11:05 +0000)
committerEric Wong <e@80x24.org>
Fri, 23 Dec 2022 12:44:23 +0000 (12:44 +0000)
commit32d4bd7489d5193f82dee52a6b08eda2c775caf5
tree9e46831aef8d730c1f21e894c435cba493f15abe
parent9ea503ef65426070303fe1929f456b3591d74d93
httpd/async: remove useless undef

Assigning `undef' to a scalar doesn't free it's memory,
we need to call `undef($var)' in the caller.  It's also
been pointless since we simplified ->async_pass in commit
b7fbffd1f8c12556 (httpd/async: get rid of ephemeral main_cb, 2019-12-25)
lib/PublicInbox/HTTPD/Async.pm