shared: sqlitesearch: Remove unused var

This commit is contained in:
Albert S. 2022-10-26 13:10:00 +02:00
부모 b4320f611b
커밋 496aefaa09
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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)
{