Remove unused variable
This commit is contained in:
parent
53f45bdb1c
commit
af52ceb387
@ -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 New Issue
Block a user