[lld/mac] Remove dead declaration
authorNico Weber <thakis@chromium.org>
Wed, 19 May 2021 18:17:52 +0000 (14:17 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 19 May 2021 18:18:03 +0000 (14:18 -0400)
lld/MachO/UnwindInfoSection.h

index a33cd38..156d7e9 100644 (file)
@@ -41,7 +41,6 @@ protected:
 };
 
 UnwindInfoSection *makeUnwindInfoSection();
-void prepareCompactUnwind(InputSection *isec);
 
 } // namespace macho
 } // namespace lld