Re: [PATCH 3/5] unstrip: Inline find_unalloc_section() into only caller

2021-03-01 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 09:43 +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of an unnecessary nested function this way. It took me a while to see why this was correct. Explained it in a new ChangeLog entry that I added before pushing. Thanks, Mark

[PATCH 3/5] unstrip: Inline find_unalloc_section() into only caller

2021-02-17 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder Get rid of an unnecessary nested function this way. Signed-off-by: Timm Bäder --- src/unstrip.c | 47 +-- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/src/unstrip.c b/src/unstrip.c index 72fabac8..90e02831 100644 -