Skip to content

Commit 035b64e

Browse files
tbaederragozillon
authored andcommitted
[clang][Interp][NFC] Remove superfluous return statement
1 parent 5c8bff3 commit 035b64e

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)