summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/TargetLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/TargetLayout.h')
-rw-r--r--lld/lib/ReaderWriter/ELF/TargetLayout.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lld/lib/ReaderWriter/ELF/TargetLayout.h b/lld/lib/ReaderWriter/ELF/TargetLayout.h
index e77212146fd..52512f8e279 100644
--- a/lld/lib/ReaderWriter/ELF/TargetLayout.h
+++ b/lld/lib/ReaderWriter/ELF/TargetLayout.h
@@ -202,14 +202,6 @@ public:
// Output sections with the same name into a OutputSection
void createOutputSections();
- // Query for custom segments of the given section
- std::vector<const script::PHDR *>
- getCustomSegments(const Section<ELFT> *section) const;
-
- // Query for custom segments of the given output section
- std::vector<const script::PHDR *>
- getCustomSegments(const OutputSection<ELFT> *sec) const;
-
// Query for segments based on output and input sections
std::vector<SegmentKey> getSegmentsForSection(const OutputSection<ELFT> *os,
const Section<ELFT> *sec) const;
OpenPOWER on IntegriCloud