From 786b34875ee9abe72ed7bbba3263efe2632c974d Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 10 Oct 2010 21:38:28 +0000 Subject: [PATCH] Removed line that should not have been committed. --- blocks_runtime.m | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks_runtime.m b/blocks_runtime.m index 76c9abf..48a6755 100644 --- a/blocks_runtime.m +++ b/blocks_runtime.m @@ -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)