Skip to content

Commit b59d5e9

Browse files
committed
Incorporating suggestions (3): delete redundant comment
1 parent b14b55c commit b59d5e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/common/src/codingstandards/cpp/deadcode/UnusedParameters.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import cpp
1212
*/
1313
class UsableParameter extends Parameter {
1414
UsableParameter() {
15-
/* Regular Function */
1615
// Find the function associated with the parameter
1716
exists(Function f | this = f.getAParameter() |
1817
// Must have the definition of the function, not just the declaration

0 commit comments

Comments
 (0)