From 1bc764f8bcf62ffc8c273e9af73505b193e7a35e Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Tue, 29 Sep 2020 12:45:31 +0300 Subject: [PATCH] Remove forgotten test assertion. --- include/wsrep/transaction.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wsrep/transaction.hpp b/include/wsrep/transaction.hpp index 2482523..948e527 100644 --- a/include/wsrep/transaction.hpp +++ b/include/wsrep/transaction.hpp @@ -211,7 +211,6 @@ namespace wsrep int flags() const { - WSREP_ASSERT(0); return flags_; }