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 adae0831c22..7e46af09e2a 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -76,7 +76,6 @@ public: void assigned(bool a) { value_assigned= a; } enum Type type() const; bool is_null() { return null_value; } - void make_field (Send_field *); bool fix_fields(THD *thd, TABLE_LIST *tables, Item **ref); virtual void fix_length_and_dec(); table_map used_tables() const; |