Clean up removing unreferenced local variable

This commit is contained in:
miguel@hegel.local 2002-07-10 00:32:04 -03:00
parent 58f442152b
commit b909f70540

View File

@ -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;