Removed unused protocol_mutex and references to it.

This commit is contained in:
vraatikka
2013-08-28 23:25:27 +03:00
parent 134c33776e
commit 48165bf5cd
3 changed files with 0 additions and 3 deletions

View File

@ -65,7 +65,6 @@ MySQLProtocol *gw_mysql_init(MySQLProtocol *data) {
}
input->protocol_chk_top = CHK_NUM_PROTOCOL;
input->protocol_chk_tail = CHK_NUM_PROTOCOL;
simple_mutex_init(&input->protocol_mutex, "MySQL Protocol mutex");
#ifdef MYSQL_CONN_DEBUG
fprintf(stderr, "gw_mysql_init() called\n");