[llvm] r238157 - Remove dead code. NFC.

Rafael Espindola rafael.espindola at gmail.com
Mon May 25 15:07:33 PDT 2015


Author: rafael
Date: Mon May 25 17:07:33 2015
New Revision: 238157

URL: http://llvm.org/viewvc/llvm-project?rev=238157&view=rev
Log:
Remove dead code. NFC.

Modified:
    llvm/trunk/include/llvm/MC/MCAssembler.h

Modified: llvm/trunk/include/llvm/MC/MCAssembler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCAssembler.h?rev=238157&r1=238156&r2=238157&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCAssembler.h (original)
+++ llvm/trunk/include/llvm/MC/MCAssembler.h Mon May 25 17:07:33 2015
@@ -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(); }
 





More information about the llvm-commits mailing list