Commit 697e8d71 authored by unknown's avatar unknown
Browse files

Remove an unused variable.

parent 0c7bc6e9
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -827,13 +827,6 @@ class Item_sp_variable :public Item
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
  /*