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 res; std::optional currentNewest;