Revert r224935 "Refactor duplicated code. No intended functionality change."
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
index a750a0fd5cefd7ac122e97af07b7e0acd692dd49..9c62adcf196ad2b82aca62457ae32916c34be387 100644 (file)
@@ -382,12 +382,6 @@ public:
     return nullptr;
   }
 
-  /// \brief True if the section is atomized using the symbols in it.
-  /// This is false if the section is not atomized at all (most ELF sections) or
-  /// if it is atomized based on its contents (MachO' __TEXT,__cstring for
-  /// example).
-  virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
-
   virtual const MCExpr *getExprForPersonalitySymbol(const MCSymbol *Sym,
                                                     unsigned Encoding,
                                                     MCStreamer &Streamer) const;