Skip to content

Commit 6a84ab9

Browse files
Update checkunusedvar.cpp
1 parent 51a19dd commit 6a84ab9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/checkunusedvar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,6 @@ void CheckUnusedVar::checkFunctionVariableUsage()
13981398

13991399
// skip things that are only partially implemented to prevent false positives
14001400
if (usage.mType == Variables::pointerPointer ||
1401-
//usage.mType == Variables::pointerArray ||
14021401
usage.mType == Variables::referenceArray)
14031402
continue;
14041403

0 commit comments

Comments
 (0)