Skip to content

Commit 1f819f0

Browse files
committed
[MC] Remove unused/incorrect postfix MCSection::iterator::operator++
1 parent 06cecdc commit 1f819f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/MC/MCSection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class MCSection {
6868
F = F->Next;
6969
return *this;
7070
}
71-
iterator operator++(int) { return iterator(F->Next); }
7271
};
7372

7473
struct FragList {

0 commit comments

Comments
 (0)