Skip to content

Commit aa11027

Browse files
committed
remove compiler warning
1 parent df57bea commit aa11027

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
@@ -248,8 +248,7 @@ checkcondition_rum(void *checkval, QueryOperand *val, ExecPhraseData *data)
248248
bytea *positions;
249249
int32 i;
250250
char *ptrt;
251-
WordEntryPos post;
252-
post = 0;
251+
WordEntryPos post = 0;
253252
int32 npos;
254253
int32 k = 0;
255254

0 commit comments

Comments
 (0)