I'm introducing a new machine model to simultaneously allow simple
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 64b5b941ef2fcac8f2f4422a6f0ccfd5a0c26dd3..7321ca83e8971485fe4000c4fb27c91cf5c0135d 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/MC/MCSection.h"
 #include "llvm/Support/ELF.h"
+#include "llvm/ADT/StringRef.h"
 
 namespace llvm {
 
@@ -55,11 +56,6 @@ public:
   /// should be printed before the section name
   bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
 
-  /// HasCommonSymbols - True if this section holds common symbols, this is
-  /// indicated on the ELF object file by a symbol with SHN_COMMON section
-  /// header index.
-  bool HasCommonSymbols() const;
-
   StringRef getSectionName() const { return SectionName; }
   unsigned getType() const { return Type; }
   unsigned getFlags() const { return Flags; }