shared: sqlitesearch: Remove unused var

このコミットが含まれているのは:
Albert S. 2022-10-26 13:10:00 +02:00
コミット 496aefaa09
1個のファイルの変更0行の追加1行の削除

ファイルの表示

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