ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/mempool.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/mempool.c (file contents):
Revision 3035 by michael, Sat Jan 25 21:09:18 2014 UTC vs.
Revision 3036 by michael, Tue Feb 25 14:22:19 2014 UTC

# Line 574 | Line 574 | mp_pool_clean(mp_pool_t *pool, int n_to_
574    *first_to_free = NULL;
575   }
576  
577 + #if 0
578   /** Helper: Given a list of chunks, free all the chunks in the list. */
579   static void
580   destroy_chunks(mp_chunk_t *chunk)
# Line 587 | Line 588 | destroy_chunks(mp_chunk_t *chunk)
588      chunk = next;
589    }
590   }
591 + #endif
592  
593   /** Helper: make sure that a given chunk list is not corrupt. */
594   static int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines