summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 16232d4ac4c..59cb512bfe7 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -92,11 +92,6 @@ public:
bool const_item() const { return const_item_cache; };
enum Item_result result_type() const { return ROW_RESULT; }
Item_result cmp_type() const { return ROW_RESULT; }
- enum_field_types field_type() const
- {
- DBUG_ASSERT(0);
- return MYSQL_TYPE_DOUBLE;
- }
void update_used_tables()
{
used_tables_and_const_cache_init();