diff options
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 48bfaab4e3a..16b901e1333 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -141,7 +141,6 @@ public: { return trace_unsupported_by_check_vcol_func_processor("subselect"); } - Item *safe_charset_converter(CHARSET_INFO *tocs); /** Get the SELECT_LEX structure associated with this Item. |