Skip to content

Commit e2e2a9f

Browse files
committed
Remove unused variable
1 parent 2604d99 commit e2e2a9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rum_ts_utils.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,13 @@ rum_tsquery_pre_consistent(PG_FUNCTION_ARGS)
208208

209209
if (query->size > 0)
210210
{
211-
QueryItem *item;
212211
RumChkVal gcv;
213212

214213
/*
215214
* check-parameter array has one entry for each value (operand) in the
216215
* query.
217216
*/
218-
gcv.first_item = item = GETQUERY(query);
217+
gcv.first_item = GETQUERY(query);
219218
gcv.check = check;
220219
gcv.map_item_operand = (int *) (extra_data[0]);
221220
gcv.need_recheck = &recheck;

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