Remove now unused code

This commit is contained in:
Lars Kanis 2022-10-01 17:56:34 +02:00
parent b81b942326
commit 36bc944ae9
1 changed files with 0 additions and 1 deletions

View File

@ -1386,7 +1386,6 @@ static int
yield_hash(VALUE self, int ntuples, int nfields, void *data)
{
int tuple_num;
t_pg_result *this = pgresult_get_this(self);
UNUSED(nfields);
for(tuple_num = 0; tuple_num < ntuples; tuple_num++) {