Make getRelocationSection MachO only.
[oota-llvm.git] / include / llvm / Object / COFF.h
index 564eb7a7a9c3c61afaf84a56d607723c2a434d58..ad657b591fb413f38cda5dec471bb16cb1b1577a 100644 (file)
@@ -641,7 +641,6 @@ protected:
   std::error_code getRelocationOffset(DataRefImpl Rel,
                                       uint64_t &Res) const override;
   symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
-  section_iterator getRelocationSection(DataRefImpl Rel) const override;
   std::error_code getRelocationType(DataRefImpl Rel,
                                     uint64_t &Res) const override;
   std::error_code