Skip to content

Commit 9ea4312

Browse files
committed
Remove an unnecessary comment
1 parent 3f295ce commit 9ea4312

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/ValueObject/DILEval.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ Interpreter::Visit(const ArraySubscriptNode *node) {
287287
if (!num_children)
288288
return llvm::make_error<DILDiagnosticError>(
289289
m_expr, toString(num_children.takeError()), node->GetLocation());
290-
// Verify that the 'index' is not out-of-range for the declared type.
291290
if (child_idx >= *num_children) {
292291
std::string message = llvm::formatv(
293292
"array index {0} is not valid for \"({1}) {2}\"", child_idx,

0 commit comments

Comments
 (0)