Skip to content

Commit b5aa1de

Browse files
committed
removed unused variable from umm_local.c
1 parent 01b238a commit b5aa1de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp8266/umm_malloc/umm_local.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ static void *get_unpoisoned_check_neighbors(const void *vptr, const char *file,
103103
UMM_CRITICAL_ENTRY(id_poison);
104104
if (!check_poison_block(&UMM_BLOCK(c))) {
105105
DBGLOG_ERROR("Allocation address %p\n", vptr);
106-
size_t size = *(size_t *)ptr;
107106
poison = false;
108107
} else
109108
if (!check_poison_neighbors(_context, c)) {

0 commit comments

Comments
 (0)