From 1e6f46d78f61dbf5cbb13a862ddc0bb6fcaaf41b Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Thu, 19 Feb 2015 17:28:18 -0500 Subject: cleanup: remove unused THD::COND_wsrep_thd --- sql/sql_class.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_class.cc') diff --git a/sql/sql_class.cc b/sql/sql_class.cc index c28966bcbcf..9fa508cdc97 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -1103,7 +1103,6 @@ THD::THD() #ifdef WITH_WSREP mysql_mutex_init(key_LOCK_wsrep_thd, &LOCK_wsrep_thd, MY_MUTEX_INIT_FAST); - mysql_cond_init(key_COND_wsrep_thd, &COND_wsrep_thd, NULL); wsrep_ws_handle.trx_id = WSREP_UNDEFINED_TRX_ID; wsrep_ws_handle.opaque = NULL; wsrep_retry_counter = 0; -- cgit v1.2.1