diff --git a/sql/item_func.cc b/sql/item_func.cc index a81a736c304..4ec4377509f 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2299,7 +2299,6 @@ Item *get_system_var(LEX_STRING name) longlong Item_func_is_free_lock::val_int() { String *res=args[0]->val_str(&value); - struct timespec abstime; THD *thd=current_thd; ULL *ull; int error=0;