summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/MCSection.cpp')
-rw-r--r--llvm/lib/MC/MCSection.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCSection.cpp b/llvm/lib/MC/MCSection.cpp
index 91df312689c..adfc6b35abb 100644
--- a/llvm/lib/MC/MCSection.cpp
+++ b/llvm/lib/MC/MCSection.cpp
@@ -105,7 +105,3 @@ MCSectionData::reverse_iterator MCSectionData::rbegin() {
MCSectionData::reverse_iterator MCSectionData::rend() {
return Fragments.rend();
}
-
-size_t MCSectionData::size() const { return Fragments.size(); }
-
-bool MCSectionData::empty() const { return Fragments.empty(); }
OpenPOWER on IntegriCloud