summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2020-12-21 17:04:17 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2020-12-24 21:16:46 -0500
commitaf52ceb387bf7778e6fafbc4dc55ec4a4cf176ad (patch)
tree2a2350775b4736cc6afeb8214aaf9fd6b995c022
parentSwitch profile code to a more flexible method (diff)
downloadnheko-af52ceb387bf7778e6fafbc4dc55ec4a4cf176ad.tar.xz
Remove unused variable
-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;