summaryrefslogtreecommitdiffstats
path: root/lld/include/lld/Core/Reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include/lld/Core/Reader.h')
-rw-r--r--lld/include/lld/Core/Reader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/include/lld/Core/Reader.h b/lld/include/lld/Core/Reader.h
index 9324da475e3..6b3d049a5d2 100644
--- a/lld/include/lld/Core/Reader.h
+++ b/lld/include/lld/Core/Reader.h
@@ -27,7 +27,6 @@ class IO;
}
namespace lld {
-class ELFLinkingContext;
class File;
class LinkingContext;
class PECOFFLinkingContext;
@@ -117,8 +116,6 @@ public:
void addSupportCOFFObjects(PECOFFLinkingContext &);
void addSupportCOFFImportLibraries(PECOFFLinkingContext &);
void addSupportMachOObjects(MachOLinkingContext &);
- void addSupportELFObjects(ELFLinkingContext &);
- void addSupportELFDynamicSharedObjects(ELFLinkingContext &);
/// To convert between kind values and names, the registry walks the list
/// of registered kind tables. Each table is a zero terminated array of
OpenPOWER on IntegriCloud