1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-08-05 04:01:12 +03:00

Remove forgotten test assertion.

This commit is contained in:
Teemu Ollakka
2020-09-29 12:45:31 +03:00
parent 89fea79f0b
commit 1bc764f8bc

View File

@@ -211,7 +211,6 @@ namespace wsrep
int flags() const int flags() const
{ {
WSREP_ASSERT(0);
return flags_; return flags_;
} }