diff options
-rw-r--r-- | sql/sql_connect.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_connect.cc b/sql/sql_connect.cc index 9b5f1a9b0e5..90df233896a 100644 --- a/sql/sql_connect.cc +++ b/sql/sql_connect.cc @@ -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)); |