From be1f43af6f7badb9c3a8bd919d4a5695db2433ee Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Sun, 12 May 2013 22:11:46 +0200 Subject: [PATCH] New version, unused variables deleted. --- protocol_1.0/skysql_utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocol_1.0/skysql_utils.c b/protocol_1.0/skysql_utils.c index 9e4adf223..8a8895c72 100644 --- a/protocol_1.0/skysql_utils.c +++ b/protocol_1.0/skysql_utils.c @@ -286,8 +286,6 @@ apr_status_t skysql_read_client_autentication(conn_rec *c, apr_pool_t *pool, uin int return_data = 0; int input_read = 0; uint8_t client_flags[4]; - char *current_slave_server_host = NULL; - int current_slave_server_port = 3306; apr_pool_t *p = NULL; mysql_driver_details *mysql_driver = NULL;