Remove assignment - value stored to cpos is never read

This commit is contained in:
Paulo Matos 2019-02-13 08:46:48 +01:00 committed by Matthew Flatt
parent 04e6422c72
commit 4014b066d1

View File

@ -2452,8 +2452,6 @@ static void *do_malloc(SET_NO_BACKINFO
ALLOC_STATISTIC(num_chunk_allocs_stat++);
cpos = 0;
a = malloc_sector(size + size_align(sizeof(MemoryChunk)), sector_kind_chunk, 1,
flags & do_malloc_EXECUTABLE);
if (!a) {