summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sp_head.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc
index 9bedc6fb38e..cb19e800510 100644
--- a/sql/sp_head.cc
+++ b/sql/sp_head.cc
@@ -2109,9 +2109,6 @@ sp_head::show_create_procedure(THD *thd)
DBUG_ENTER("sp_head::show_create_procedure");
DBUG_PRINT("info", ("procedure %s", m_name.str));
- LINT_INIT(sql_mode_str);
- LINT_INIT(sql_mode_len);
-
if (check_show_routine_access(thd, this, &full_access))
DBUG_RETURN(1);