Skip to content

Commit 2c71c46

Browse files
committed
drive-by fix a QL-for-QL warning that showed up in code-scanning
1 parent e69f4cd commit 2c71c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/internal/AliasAnalysisImports.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module AliasModels {
165165
* - There is no `FunctionOutput` for which `isParameterDeref(0)` holds, because `n` is neither a
166166
* pointer nor a reference.
167167
*/
168-
predicate isParameterDeref(ParameterIndex i) { none() }
168+
predicate isParameterDeref(ParameterIndex index) { none() }
169169

170170
/**
171171
* Holds if this is the output value pointed to by the `this` pointer of an instance member

0 commit comments

Comments
 (0)