diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-05-25 22:07:33 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-05-25 22:07:33 +0000 |
commit | 4f09478614c573d2e90283c32c1340e363b708fc (patch) | |
tree | 2cfa155e0a06449aad5abd1ab485ee1b03ec2a7c | |
parent | 08850b3a8843edc0156f0a349ae89d80aa639718 (diff) | |
download | bcm5719-llvm-4f09478614c573d2e90283c32c1340e363b708fc.tar.gz bcm5719-llvm-4f09478614c573d2e90283c32c1340e363b708fc.zip |
Remove dead code. NFC.
llvm-svn: 238157
-rw-r--r-- | llvm/include/llvm/MC/MCAssembler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h index 59f8e0ad41b..cd39db4e68d 100644 --- a/llvm/include/llvm/MC/MCAssembler.h +++ b/llvm/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(); } |