summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 986de221..8ea44e13 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -512,7 +512,6 @@ Cache::getLatestOlmSession(const std::string &curve25519) auto db = getOlmSessionsDb(txn, curve25519); std::string session_id, pickled_session; - std::vector<std::string> res; std::optional<StoredOlmSession> currentNewest;