1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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;