summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/item.h b/sql/item.h
index a3ba67d99cf..44955b80fac 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -2389,12 +2389,6 @@ public:
Checks if this item consists in the left part of arg IN subquery predicate
*/
bool pushable_equality_checker_for_subquery(uchar *arg);
- bool is_number()
- {
- return (cmp_type() == INT_RESULT ||
- cmp_type() == DECIMAL_RESULT ||
- cmp_type() == REAL_RESULT);
- }
bool is_deterministic_arg();
};