summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 44ad4e8a543..ca7c4819012 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1021,13 +1021,6 @@ public:
{ return get_item_copy<Item_func_cot>(thd, mem_root, this); }
};
-class Item_func_integer :public Item_int_func
-{
-public:
- inline Item_func_integer(THD *thd, Item *a): Item_int_func(thd, a) {}
- void fix_length_and_dec();
-};
-
class Item_func_int_val :public Item_func_num1
{