Move function to the only file that uses it.
[oota-llvm.git] / include / llvm / Object / MachO.h
index cb1626e0ea53c6c98a3e08fa964da0d2c9a69df5..50baeb79a0b2f6e30e29b48898a213e83a5f0686 100644 (file)
@@ -244,7 +244,6 @@ public:
   std::error_code
   getRelocationTypeName(DataRefImpl Rel,
                         SmallVectorImpl<char> &Result) const override;
-  bool getRelocationHidden(DataRefImpl Rel) const override;
   uint8_t getRelocationLength(DataRefImpl Rel) const;
 
   // MachO specific.