Remove dead code. NFC.
[oota-llvm.git] / include / llvm / MC / MCAssembler.h
index 59f8e0ad41bb412feeddaddaa86e74c7d916bb7c..cd39db4e68df69fcc7279b5a8f276aff139535e2 100644 (file)
@@ -861,9 +861,6 @@ public:
   /// \name Section List Access
   /// @{
 
-  const SectionDataListType &getSectionList() const { return Sections; }
-  SectionDataListType &getSectionList() { return Sections; }
-
   iterator begin() { return Sections.begin(); }
   const_iterator begin() const { return Sections.begin(); }