From 529c93503d142a17569faf84111450eca468fdcb Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 31 Aug 2021 04:13:51 +0200 Subject: [PATCH] Remove useless ; --- src/Cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)