Skip to content

Commit 60732c0

Browse files
committed
[clang][Interp][NFC] Remove superfluous return statement
1 parent 6e83c0a commit 60732c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/Interp/EvaluationResult.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ bool EvaluationResult::checkFullyInitialized(InterpState &S) const {
151151
const auto *CAT =
152152
cast<ConstantArrayType>(Ptr.getType()->getAsArrayTypeUnsafe());
153153
return CheckArrayInitialized(S, InitLoc, Ptr, CAT);
154-
155-
return true;
156154
}
157155

158156
void EvaluationResult::dump() const {

0 commit comments

Comments
 (0)