Skip to content

Commit

Permalink
Removed not used Item_type_holder() function
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi authored and vuvova committed May 19, 2021
1 parent 60335ba commit 61822a9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sql/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -7415,14 +7415,6 @@ class Item_type_holder: public Item,
protected:
const TYPELIB *enum_set_typelib;
public:
Item_type_holder(THD *thd, Item *item)
:Item(thd, item),
Type_handler_hybrid_field_type(item->real_type_handler()),
enum_set_typelib(0)
{
DBUG_ASSERT(item->is_fixed());
maybe_null= item->maybe_null;
}
Item_type_holder(THD *thd,
Item *item,
const Type_handler *handler,
Expand Down

0 comments on commit 61822a9

Please sign in to comment.