Skip to content
Snippets Groups Projects
Commit 181fec5c authored by Simon McVittie's avatar Simon McVittie
Browse files

init: Remove obsolete comment


The tracker is no longer set to NULL since commit 9a983db3.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 6b7820be
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -418,10 +418,7 @@ capsule_init (const char *soname)
DUMP_STRV( nowrap, cm->combined_nowrap );
}
}
// in principle we should be able to make both reloc calls
// efficient in the same do-not-redo-your-work way, but for
// some reason the unrestricted relocation breaks if we turn
// this one on. setting the tracker to NULL disables for now.
handle->seen.all = ptr_list_alloc( 32 );
handle->seen.some = ptr_list_alloc( 32 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment