Skip to content

Commit 2f77030

Browse files
committed
Removed unused variable [skip ci]
1 parent c04e16f commit 2f77030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ivfscan.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ GetScanItems(IndexScanDesc scan, Datum value)
114114
{
115115
IvfflatScanOpaque so = (IvfflatScanOpaque) scan->opaque;
116116
TupleDesc tupdesc = RelationGetDescr(scan->indexRelation);
117-
double tuples = 0;
118117
TupleTableSlot *slot = so->vslot;
119118
int batchProbes = 0;
120119

@@ -161,8 +160,6 @@ GetScanItems(IndexScanDesc scan, Datum value)
161160
ExecStoreVirtualTuple(slot);
162161

163162
tuplesort_puttupleslot(so->sortstate, slot);
164-
165-
tuples++;
166163
}
167164

168165
searchPage = IvfflatPageGetOpaque(page)->nextblkno;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy