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

Diff for: src/rum_ts_utils.c

+1-2
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)