From 181fec5c582bdd4df070292f0fd51bd0af5a07ed Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 8 Nov 2017 12:22:28 +0000 Subject: [PATCH] init: Remove obsolete comment The tracker is no longer set to NULL since commit 9a983db3. Signed-off-by: Simon McVittie <smcv@collabora.com> --- capsule/capsule-init.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/capsule/capsule-init.c b/capsule/capsule-init.c index 8e153104a..23fb91a67 100644 --- a/capsule/capsule-init.c +++ b/capsule/capsule-init.c @@ -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 ); -- GitLab