Rm usunused member in private struct

This commit is contained in:
Manuel Pégourié-Gonnard 2014-12-19 17:52:32 +01:00
parent 50da0482e0
commit 0da7b040d1

View File

@ -75,7 +75,6 @@ typedef struct
size_t len;
memory_header *first;
memory_header *first_free;
size_t current_alloc_size;
int verify;
#if defined(POLARSSL_MEMORY_DEBUG)
size_t malloc_count;