C/C++ : Fix remove the useless variable

This commit is contained in:
thibaut hansmann
2022-05-09 12:01:42 +02:00
parent 3006935141
commit f3f2e59472

View File

@@ -10,7 +10,7 @@
import cpp
from
Variable var, ArrayExpr useExpr, VariableDeclarationEntry def, ArrayType defLine,
Variable var, ArrayExpr useExpr, ArrayType defLine,
VariableAccess use
where
var.getUnspecifiedType() = defLine and