From 5addc084570ee5fbb2876093415ffefdb8b9645c Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 11 Oct 2025 15:11:10 +0200 Subject: [PATCH] FreeBSD cleanup: remove an orphaned comment Removed the function, forgot to remove the reminder comment. --- coregrind/m_initimg/initimg-freebsd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/coregrind/m_initimg/initimg-freebsd.c b/coregrind/m_initimg/initimg-freebsd.c index 2f8ac82eb..f187c0e3d 100644 --- a/coregrind/m_initimg/initimg-freebsd.c +++ b/coregrind/m_initimg/initimg-freebsd.c @@ -334,10 +334,6 @@ static const struct auxv *find_auxv(const UWord* sp) return (const struct auxv *)sp; } -/* - * @todo PJF Make this multi-platform - */ - /* ---------------------------------------------------------------- This sets up the client's initial stack, containing the args, -- 2.47.3