remove an unusued variable

svn path=/trunk/; revision=31582
This commit is contained in:
Ronnie Sahlberg 2010-01-20 03:55:03 +00:00
parent 37547c1791
commit f817636cc6
1 changed files with 0 additions and 1 deletions

View File

@ -1033,7 +1033,6 @@ static void
emem_free_all(emem_header_t *mem)
{
gboolean use_chunks = mem->debug_use_chunks;
guint8 *canary = (mem->debug_use_canary) ? mem->canary : NULL;
emem_chunk_t *npc;
emem_tree_t *tree_list;