mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
changes to address reviews
This commit is contained in:
@@ -67,5 +67,5 @@ where
|
||||
forall(Name el | el = asgn1.getParentNode().(Tuple).getAnElt() | multiply_defined(el, _, _)) and
|
||||
not uninteresting_definition(asgn1)
|
||||
select asgn1,
|
||||
"This assignment to '" + v.getId() + "' is unnecessary as $@ before this value is used.", asgn2,
|
||||
"it is redefined"
|
||||
"This assignment to '" + v.getId() + "' is unnecessary as it is $@ before this value is used.",
|
||||
asgn2, "redefined"
|
||||
|
||||
Reference in New Issue
Block a user