Removed unreferenced local variable

This commit is contained in:
miguel@hegel.local 2003-07-13 01:20:15 -04:00
parent 3110561e5d
commit 0d3a73efb3

View File

@ -2427,7 +2427,6 @@ String* Item_func_export_set::val_str(String* str)
void Item_func_export_set::fix_length_and_dec()
{
uint i;
uint length=max(args[1]->max_length,args[2]->max_length);
uint sep_length=(arg_count > 3 ? args[3]->max_length : 1);
max_length=length*64+sep_length*63;