[lld] fd09a76 - [lld/mac] Remove dead declaration

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 11:20:46 PDT 2021


Author: Nico Weber
Date: 2021-05-19T14:18:03-04:00
New Revision: fd09a764ebc4dfd013292226480edcf0a604c4c4

URL: https://github.com/llvm/llvm-project/commit/fd09a764ebc4dfd013292226480edcf0a604c4c4
DIFF: https://github.com/llvm/llvm-project/commit/fd09a764ebc4dfd013292226480edcf0a604c4c4.diff

LOG: [lld/mac] Remove dead declaration

Added: 
    

Modified: 
    lld/MachO/UnwindInfoSection.h

Removed: 
    


################################################################################
diff  --git a/lld/MachO/UnwindInfoSection.h b/lld/MachO/UnwindInfoSection.h
index a33cd381a36e..156d7e9f481b 100644
--- a/lld/MachO/UnwindInfoSection.h
+++ b/lld/MachO/UnwindInfoSection.h
@@ -41,7 +41,6 @@ class UnwindInfoSection : public SyntheticSection {
 };
 
 UnwindInfoSection *makeUnwindInfoSection();
-void prepareCompactUnwind(InputSection *isec);
 
 } // namespace macho
 } // namespace lld


        


More information about the llvm-commits mailing list