Skip to content

Commit abbb24b

Browse files
committed
MCSection: Remove unused reverse iterators
1 parent c4f8ae6 commit abbb24b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/MC/MCSection.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class MCSection {
6363
using const_iterator = FragmentListType::const_iterator;
6464
using iterator = FragmentListType::iterator;
6565

66-
using const_reverse_iterator = FragmentListType::const_reverse_iterator;
67-
using reverse_iterator = FragmentListType::reverse_iterator;
68-
6966
private:
7067
MCSymbol *Begin;
7168
MCSymbol *End = nullptr;

0 commit comments

Comments
 (0)