diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-31 04:13:51 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-31 04:13:51 +0200 |
commit | 529c93503d142a17569faf84111450eca468fdcb (patch) | |
tree | 64210a7be64f27b4c77bea93d25a503f36c9641d | |
parent | Stop encrypting all sessions with secret (diff) | |
download | nheko-529c93503d142a17569faf84111450eca468fdcb.tar.xz |
Remove useless ;
-rw-r--r-- | src/Cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index be79a0e0..ed6a5f34 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -895,7 +895,7 @@ Cache::pickleSecret() } return pickle_secret_; -}; +} void Cache::removeInvite(lmdb::txn &txn, const std::string &room_id) |