Commit 1f831db8 authored by unknown's avatar unknown

Clean up removing unreferenced local variable


sql/item_func.cc:
  Removing unreferenced local variable
parent e797b466
...@@ -2299,7 +2299,6 @@ Item *get_system_var(LEX_STRING name) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment