Reilly Wood d8478ca690
Clean up unnecessary macro use (#8607)
Some minor code cleanup.

We've accumulated a few macros over the years that arguably don't need
to be macros. This PR removes 4 macros by either:
1. Inlining the macro
2. Replacing the macro with a local function
3. Replacing the macro with a closure
2023-03-25 20:17:20 +13:00
..
2022-12-01 09:32:10 -06:00
2023-03-17 21:29:15 +13:00
2022-12-01 09:32:10 -06:00