File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -2313,15 +2313,6 @@ longlong Item_func_bit_neg::val_int()
2313
2313
2314
2314
// Conversion functions
2315
2315
2316
- void Item_func_integer::fix_length_and_dec ()
2317
- {
2318
- max_length=args[0 ]->max_length - args[0 ]->decimals +1 ;
2319
- uint tmp=float_length (decimals);
2320
- set_if_smaller (max_length,tmp);
2321
- decimals=0 ;
2322
- }
2323
-
2324
-
2325
2316
void Item_func_int_val::fix_length_and_dec ()
2326
2317
{
2327
2318
DBUG_ENTER (" Item_func_int_val::fix_length_and_dec" );
Original file line number Diff line number Diff line change @@ -949,13 +949,6 @@ class Item_func_cot :public Item_dec_func
949
949
const char *func_name () const { return " cot" ; }
950
950
};
951
951
952
- class Item_func_integer :public Item_int_func
953
- {
954
- public:
955
- inline Item_func_integer (THD *thd, Item *a): Item_int_func(thd, a) {}
956
- void fix_length_and_dec ();
957
- };
958
-
959
952
960
953
class Item_func_int_val :public Item_func_num1
961
954
{
You can’t perform that action at this time.
0 commit comments