From fd09a764ebc4dfd013292226480edcf0a604c4c4 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 19 May 2021 14:17:52 -0400 Subject: [PATCH] [lld/mac] Remove dead declaration --- lld/MachO/UnwindInfoSection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/MachO/UnwindInfoSection.h b/lld/MachO/UnwindInfoSection.h index a33cd38..156d7e9 100644 --- a/lld/MachO/UnwindInfoSection.h +++ b/lld/MachO/UnwindInfoSection.h @@ -41,7 +41,6 @@ protected: }; UnwindInfoSection *makeUnwindInfoSection(); -void prepareCompactUnwind(InputSection *isec); } // namespace macho } // namespace lld -- 2.7.4