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 9ba5bea8b87..096e5779f5e 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -133,7 +133,6 @@ public:
friend class udf_handler;
Field *tmp_table_field() { return result_field; }
Field *tmp_table_field(TABLE *t_arg);
- void set_outer_resolving();
Item *get_tmp_table_item(THD *thd);
};
@@ -648,11 +647,6 @@ public:
const_item_cache&= item->const_item();
with_sum_func= with_sum_func || item->with_sum_func;
}
- void set_outer_resolving()
- {
- item->set_outer_resolving();
- Item_int_func::set_outer_resolving();
- }
};
@@ -1030,7 +1024,6 @@ public:
bool fix_index();
void init_search(bool no_order);
- void set_outer_resolving();
};