mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 18:45:46 +01:00
Rm usunused member in private struct
This commit is contained in:
parent
50da0482e0
commit
0da7b040d1
@ -75,7 +75,6 @@ typedef struct
|
|||||||
size_t len;
|
size_t len;
|
||||||
memory_header *first;
|
memory_header *first;
|
||||||
memory_header *first_free;
|
memory_header *first_free;
|
||||||
size_t current_alloc_size;
|
|
||||||
int verify;
|
int verify;
|
||||||
#if defined(POLARSSL_MEMORY_DEBUG)
|
#if defined(POLARSSL_MEMORY_DEBUG)
|
||||||
size_t malloc_count;
|
size_t malloc_count;
|
||||||
|
Loading…
Reference in New Issue
Block a user