Skip to content
Snippets Groups Projects
Commit 726a43c8 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Remove out of date comment

parent 7302eae3
No related branches found
No related tags found
1 merge request!838Speed up memory use reports
...@@ -240,7 +240,6 @@ static void memuse_rnode_binsert_child(struct memuse_rnode *child, ...@@ -240,7 +240,6 @@ static void memuse_rnode_binsert_child(struct memuse_rnode *child,
static void memuse_rnode_add_child(struct memuse_rnode *node, static void memuse_rnode_add_child(struct memuse_rnode *node,
struct memuse_rnode *child) { struct memuse_rnode *child) {
/* XXX use a cache of allocations. */
/* Extend the children list to include a new entry .*/ /* Extend the children list to include a new entry .*/
void *mem = realloc(node->children, void *mem = realloc(node->children,
(node->count + 1) * sizeof(struct memuse_rnode *)); (node->count + 1) * sizeof(struct memuse_rnode *));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment