Skip to content

Commit fc712aa

Browse files
authored
[clang][NFC] Remove leftover comment (#151822)
From d8ca85a
1 parent 0bdb4a3 commit fc712aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaDecl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14724,7 +14724,6 @@ void Sema::CheckCompleteVariableDeclaration(VarDecl *var) {
1472414724
type->isIntegralOrEnumerationType()) {
1472514725
// In C++98, in-class initialization for a static data member must
1472614726
// be an integer constant expression.
14727-
// SourceLocation Loc;
1472814727
if (!Init->isIntegerConstantExpr(Context)) {
1472914728
Diag(Init->getExprLoc(),
1473014729
diag::ext_in_class_initializer_non_constant)

0 commit comments

Comments
 (0)