shared: sqlitesearch: Remove unused var

Esse commit está contido em:
Albert S. 2022-10-26 13:10:00 +02:00
commit 496aefaa09
1 arquivos alterados com 0 adições e 1 exclusões

Ver arquivo

@ -157,7 +157,6 @@ QSqlQuery SqliteSearch::makeSqlQuery(const LooqsQuery &query)
throw LooqsGeneralException("Nothing to search for supplied");
}
bool ftsAlreadyJoined = false;
auto tokens = query.getTokens();
for(const Token &token : tokens)
{