Removed line that should not have been committed.

main
theraven 15 years ago
parent 5519421c57
commit 786b34875e

@ -262,7 +262,6 @@ void *_Block_copy(void *src)
{
if(self->reserved == 0)
{
size_t size =
ret = malloc(self->descriptor->size);
memcpy(ret, self, self->descriptor->size);
if(self->flags & BLOCK_HAS_COPY_DISPOSE)

Loading…
Cancel
Save