This commit is contained in:
Kovid Goyal 2021-06-17 14:38:00 +05:30
parent d818bc17b8
commit 0cb9637e8c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -169,7 +169,6 @@ public:
byte_offsets.clear();
byte_offsets.reserve(text_sz + 8);
populate_icu_string(text, text_sz, str, byte_offsets);
str.foldCase(U_FOLD_CASE_DEFAULT);
int32_t offset = str.getChar32Start(0);
int rc;
bool for_query = (flags & FTS5_TOKENIZE_QUERY) != 0;