mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
`a` and `b` had to be declared at the top of the function before since they were used by the `make_return_value()` lambda. But now that doesn't exist, we can move them to where they are used - or eliminate them entirely.