mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Fix typo - remove unbound and unused variable in downgrade script.
This commit is contained in:
@@ -8,7 +8,7 @@ class Element extends @element {
|
||||
|
||||
from UsingEntry u, Element parent, int kind
|
||||
where
|
||||
usings(u, target, _, kind) and
|
||||
usings(u, _, _, kind) and
|
||||
using_container(parent, u) and
|
||||
kind != 3
|
||||
select parent, u
|
||||
|
||||
Reference in New Issue
Block a user