summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-05-25 22:07:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-05-25 22:07:33 +0000
commit4f09478614c573d2e90283c32c1340e363b708fc (patch)
tree2cfa155e0a06449aad5abd1ab485ee1b03ec2a7c
parent08850b3a8843edc0156f0a349ae89d80aa639718 (diff)
downloadbcm5719-llvm-4f09478614c573d2e90283c32c1340e363b708fc.tar.gz
bcm5719-llvm-4f09478614c573d2e90283c32c1340e363b708fc.zip
Remove dead code. NFC.
llvm-svn: 238157
-rw-r--r--llvm/include/llvm/MC/MCAssembler.h3
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(); }
OpenPOWER on IntegriCloud