mirror of
https://github.com/github/codeql.git
synced 2025-12-27 06:06:32 +01:00
Bring qhelp inline with current guidelines
This commit is contained in:
@@ -2,7 +2,7 @@ class C {
|
||||
public:
|
||||
void g() {
|
||||
...
|
||||
//f() was previously used but is now commented, orphaning f()
|
||||
//f() was previously used but is now commented-out, orphaning f()
|
||||
//f();
|
||||
...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user