We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f8ae6 commit abbb24bCopy full SHA for abbb24b
llvm/include/llvm/MC/MCSection.h
@@ -63,9 +63,6 @@ class MCSection {
63
using const_iterator = FragmentListType::const_iterator;
64
using iterator = FragmentListType::iterator;
65
66
- using const_reverse_iterator = FragmentListType::const_reverse_iterator;
67
- using reverse_iterator = FragmentListType::reverse_iterator;
68
-
69
private:
70
MCSymbol *Begin;
71
MCSymbol *End = nullptr;
0 commit comments