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