From: Rafael Espindola Date: Mon, 25 May 2015 22:07:33 +0000 (+0000) Subject: Remove dead code. NFC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50c2fe1d5c546ec89423dc10636e6c2b7f2ecc24;p=oota-llvm.git Remove dead code. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238157 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index 59f8e0ad41b..cd39db4e68d 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -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(); }