From b909f70540a1ebeddbab7950f5cadec2e3d02f6d Mon Sep 17 00:00:00 2001 From: "miguel@hegel.local" <> Date: Wed, 10 Jul 2002 00:32:04 -0300 Subject: [PATCH] Clean up removing unreferenced local variable --- sql/item_func.cc | 1 - 1 file changed, 1 deletion(-) 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;