Add r224985 back with fixes.
[oota-llvm.git] / include / llvm / MC / MCAsmBackend.h
index a6d41392724e0198dbe5772aac69252c0c538fa7..216271086a400eed88f35fea1d32c9b187897f2d 100644 (file)
@@ -61,12 +61,6 @@ public:
   /// markers. If not, data region directives will be ignored.
   bool hasDataInCodeSupport() const { return HasDataInCodeSupport; }
 
-  /// doesSectionRequireSymbols - Check whether the given section requires that
-  /// all symbols (even temporaries) have symbol table entries.
-  virtual bool doesSectionRequireSymbols(const MCSection &Section) const {
-    return false;
-  }
-
   /// @name Target Fixup Interfaces
   /// @{