Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b59d5e9

Browse filesBrowse files
committed
Incorporating suggestions (3): delete redundant comment
1 parent b14b55c commit b59d5e9
Copy full SHA for b59d5e9

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

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

Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/deadcode/UnusedParameters.qll
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.