Thread: Re: Removing unused parameter in compute_expr_stats

Re: Removing unused parameter in compute_expr_stats

From
David Rowley
Date:
On Thu, 26 Dec 2024 at 22:41, Ilia Evdokimov
<ilya.evdokimov@tantorlabs.com> wrote:
> I'm sharing a small patch that removes an unused parameter (totalrows)
> from compute_expr_stats function in extended_stats.c .

Thanks. It's a static function, so I agree that there's no need to
keep an unused parameter.

Pushed.

David