Skip to content

Commit d384997

Browse files
committed
remove unnecessary comment
1 parent 9b2d370 commit d384997

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/test/Analysis/ArrayBound/verbose-tests.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,5 @@ int *nothingIsCertain(int x, int y) {
408408
// {{Access of 'int' element in the heap area at an overflowing index}}
409409
// but apparently the analyzer isn't smart enough to deduce this.
410410

411-
// Keep constraints alive. (Without this, it is possible that the overeager
412-
// garbage collection of constraints _also_ prevents the intended behavior in
413-
// this testcase.)
414-
415411
return mem;
416412
}

0 commit comments

Comments
 (0)