Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.
227 KiB
227 KiB
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.