mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Remove unused variable
This commit is contained in:
parent
53f45bdb1c
commit
af52ceb387
1 changed files with 0 additions and 1 deletions
|
@ -512,7 +512,6 @@ Cache::getLatestOlmSession(const std::string &curve25519)
|
||||||
auto db = getOlmSessionsDb(txn, curve25519);
|
auto db = getOlmSessionsDb(txn, curve25519);
|
||||||
|
|
||||||
std::string session_id, pickled_session;
|
std::string session_id, pickled_session;
|
||||||
std::vector<std::string> res;
|
|
||||||
|
|
||||||
std::optional<StoredOlmSession> currentNewest;
|
std::optional<StoredOlmSession> currentNewest;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue