Skip to content

Commit c89043c

Browse files
Remove unnecessary commented out code
1 parent 49c5ac5 commit c89043c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ int countUsesInLocalArraySize(Variable v) {
6868
result =
6969
count(ArrayType at, LocalVariable arrayVariable |
7070
arrayVariable.getType().resolveTypedefs() = at and
71-
//v.(SecondPassUnused::UnusedLocalVariable).getFunction() = arrayVariable.getFunction() and
7271
v.(LocalVariable).getFunction() = arrayVariable.getFunction() and
7372
at.getArraySize().toString() = getConstExprValue(v)
7473
)

0 commit comments

Comments
 (0)