shared: sqlitesearch: Remove unused var

Este commit está contenido en:
Albert S. 2022-10-26 13:10:00 +02:00
padre b4320f611b
commit 496aefaa09
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

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