Backout local change, not needed anymore

Suggested by matthieu@
This commit is contained in:
dcoppa 2018-05-21 11:56:16 +00:00
parent c1147192df
commit 1f0d8a70a0

View File

@ -146,7 +146,6 @@
block = memory->alloc( memory, new_count * item_size );
if ( block == NULL )
error = FT_THROW( Out_Of_Memory );
FT_MEM_ZERO( block, new_count * item_size );
}
else
{