Skip to content

Commit fa0a379

Browse files
committed
[review-fix] remove redundant comments from example
1 parent cfedf88 commit fa0a379

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/docs/analyzer/checkers/storetoimmutable_example.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// Global const variable
21
const int global_const = 42;
32

4-
// Const struct member
53
struct TestStruct {
64
const int x;
75
int y;

0 commit comments

Comments
 (0)