From 697e8d71bbc0859694a320f3ac18e8053e183794 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 1 Jul 2006 00:33:47 +0400 Subject: Remove an unused variable. --- sql/item.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sql/item.h') diff --git a/sql/item.h b/sql/item.h index 2cadfda6895..e2794a97ae3 100644 --- a/sql/item.h +++ b/sql/item.h @@ -827,13 +827,6 @@ protected: public: LEX_STRING m_name; - /* - Buffer, pointing to the string value of the item. We need it to - protect internal buffer from changes. See comment to analogous - member in Item_param for more details. - */ - String str_value_ptr; - public: #ifndef DBUG_OFF /* -- cgit v1.2.1