strip: Remove no_symtab_updates() function
authorTimm Bäder <tbaeder@redhat.com>
Fri, 8 Jan 2021 08:04:49 +0000 (09:04 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 28 Jan 2021 13:23:28 +0000 (14:23 +0100)
commite29965f401896a3652394df8e28cc14979fedc91
tree44703d7a01898f519e89dffa32dde77c8fc0682f
parent541aa7d060ea52eddfd851234e1d4b412fcbc8c7
strip: Remove no_symtab_updates() function

The no_symtab_updates() function was being called at the beginning of
all case labels in this switch, so we can just call it once before the
switch. Then it only has one call-site, so inline this short function
there.

Signed-off-by: Timm Bäder <tbaeder@redhat.com>
src/ChangeLog
src/strip.c