Unused parameter
Author: LGTM
import cpp
from Parameter p
where p.isNamed() and not exists(p.getAnAccess())
select p
Description
Finds parameters that are not accessed
import cpp
from Parameter p
where p.isNamed() and not exists(p.getAnAccess())
select p
Finds parameters that are not accessed