Skip to content

Commit 5e20f8a

Browse files
committed
DeadCode: Remove outdated comment
1 parent b66e9b4 commit 5e20f8a

File tree

1 file changed

+0
-1
lines changed
  • cpp/common/src/codingstandards/cpp/rules/deadcode

1 file changed

+0
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/deadcode/DeadCode.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* - A block that contain only dead statements.
77
* - A do loop whose condition is pure, and whose body contains only dead statements.
88
* - An if statement whose condition is pure, and whose then and else clauses (where they exist) only contain dead statements.
9-
* - A label statement to which the code never jumps.
109
* - A while loop whose condition is pure, and whose body contains only dead statements.
1110
* - Expression statements whose expressions are pure.
1211
* - Writes to a non-static stack variable that is never subsequently read in live code.

0 commit comments

Comments
 (0)