Skip to content

Commit f3f2e59

Browse files
author
thibaut hansmann
committed
C/C++ : Fix remove the useless variable
1 parent 3006935 commit f3f2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Best Practices/WrongUintAccess.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import cpp
1111

1212
from
13-
Variable var, ArrayExpr useExpr, VariableDeclarationEntry def, ArrayType defLine,
13+
Variable var, ArrayExpr useExpr, ArrayType defLine,
1414
VariableAccess use
1515
where
1616
var.getUnspecifiedType() = defLine and

0 commit comments

Comments
 (0)