Fix a compilation warning.

This commit is contained in:
kostja@bodhi.(none) 2007-11-01 17:00:24 +03:00
parent 5fa9440ade
commit f60b890967

View File

@ -953,7 +953,6 @@ bool setup_connection_thread_globals(THD *thd)
bool login_connection(THD *thd)
{
NET *net= &thd->net;
Security_context *sctx= thd->security_ctx;
DBUG_ENTER("login_connection");
DBUG_PRINT("info", ("login_connection called by thread %lu",
thd->thread_id));