Removed useless comment

This commit is contained in:
Massimiliano Pinto
2013-06-25 08:50:52 +02:00
parent 2a1fbdf98a
commit 8209c268e6

View File

@ -280,11 +280,6 @@ int gw_error_backend_event(DCB *dcb) {
* @return 0 on Success or 1 on Failure. * @return 0 on Success or 1 on Failure.
*/ */
/*
* This function cannot work as it will be called from mysql_client.c but it needs function pointers from mysql_backend.c
* They are modules loaded separately!!
*/
int gw_create_backend_connection(DCB *backend, SERVER *server, SESSION *session) { int gw_create_backend_connection(DCB *backend, SERVER *server, SESSION *session) {
MySQLProtocol *ptr_proto = NULL; MySQLProtocol *ptr_proto = NULL;
MYSQL_session *s_data = NULL; MYSQL_session *s_data = NULL;