mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Remove redundant variable
This commit is contained in:
@@ -384,16 +384,13 @@ eval_notfound(
|
|||||||
/*==========*/
|
/*==========*/
|
||||||
func_node_t* func_node) /*!< in: function node */
|
func_node_t* func_node) /*!< in: function node */
|
||||||
{
|
{
|
||||||
que_node_t* arg1;
|
|
||||||
sym_node_t* cursor;
|
sym_node_t* cursor;
|
||||||
sel_node_t* sel_node;
|
sel_node_t* sel_node;
|
||||||
ibool ibool_val;
|
ibool ibool_val;
|
||||||
|
|
||||||
arg1 = func_node->args;
|
|
||||||
|
|
||||||
ut_ad(func_node->func == PARS_NOTFOUND_TOKEN);
|
ut_ad(func_node->func == PARS_NOTFOUND_TOKEN);
|
||||||
|
|
||||||
cursor = arg1;
|
cursor = func_node->args;
|
||||||
|
|
||||||
ut_ad(que_node_get_type(cursor) == QUE_NODE_SYMBOL);
|
ut_ad(que_node_get_type(cursor) == QUE_NODE_SYMBOL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user