diff --git a/llvm/tools/obj2yaml/macho2yaml.cpp b/llvm/tools/obj2yaml/macho2yaml.cpp --- a/llvm/tools/obj2yaml/macho2yaml.cpp +++ b/llvm/tools/obj2yaml/macho2yaml.cpp @@ -34,10 +34,6 @@ ArrayRef OpcodeBuffer, bool Lazy = false); void dumpExportTrie(std::unique_ptr &Y); void dumpSymbols(std::unique_ptr &Y); - void dumpDebugAbbrev(DWARFContext &DCtx, - std::unique_ptr &Y); - void dumpDebugStrings(DWARFContext &DCtx, - std::unique_ptr &Y); template Expected constructSectionCommon(SectionType Sec,