Clean up removing unreferenced local variable
This commit is contained in:
parent
58f442152b
commit
b909f70540
@ -2299,7 +2299,6 @@ Item *get_system_var(LEX_STRING name)
|
|||||||
longlong Item_func_is_free_lock::val_int()
|
longlong Item_func_is_free_lock::val_int()
|
||||||
{
|
{
|
||||||
String *res=args[0]->val_str(&value);
|
String *res=args[0]->val_str(&value);
|
||||||
struct timespec abstime;
|
|
||||||
THD *thd=current_thd;
|
THD *thd=current_thd;
|
||||||
ULL *ull;
|
ULL *ull;
|
||||||
int error=0;
|
int error=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user