Fix r45445

svn path=/trunk/; revision=45446
This commit is contained in:
Jakub Zawadzki 2012-10-10 12:30:53 +00:00
parent c24a90f49e
commit 174dabeeca
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ typedef struct _emem_chunk_t {
unsigned int free_offset_init;
unsigned int free_offset;
void *canary_last;
void *org;
} emem_chunk_t;
struct _emem_pool_t {