summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 5534cdde596..6c7282c3505 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -2361,10 +2361,6 @@ void THD::cleanup_after_query()
rgi_slave->cleanup_after_query();
#endif
-#ifdef WITH_WSREP
- wsrep_free_status(this);
-#endif /* WITH_WSREP */
-
DBUG_VOID_RETURN;
}