C++: Fix typo - remove unbound and unused variable in downgrade script.

This commit is contained in:
Alexandre Boulgakov
2024-07-22 18:27:39 +01:00
parent af562f15f3
commit 3defc8b5de

View File

@@ -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