We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14b55c commit b59d5e9Copy full SHA for b59d5e9
cpp/common/src/codingstandards/cpp/deadcode/UnusedParameters.qll
@@ -12,7 +12,6 @@ import cpp
12
*/
13
class UsableParameter extends Parameter {
14
UsableParameter() {
15
- /* Regular Function */
16
// Find the function associated with the parameter
17
exists(Function f | this = f.getAParameter() |
18
// Must have the definition of the function, not just the declaration
0 commit comments