Skip to content

Commit a5e8b0b

Browse files
committed
Remove unintentional change.
1 parent c1f30f5 commit a5e8b0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/include/clang/AST/Stmt.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,6 @@ class alignas(void *) Stmt {
621621
/// when naming a static member.
622622
LLVM_PREFERRED_TYPE(NonOdrUseReason)
623623
unsigned NonOdrUseReason : 2;
624-
625-
/// This is the location of the -> or . in the expression.
626-
// SourceLocation OperatorLoc;
627624
};
628625

629626
class CastExprBitfields {

0 commit comments

Comments
 (0)