mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Delete an incorrect comment.
This commit is contained in:
@@ -998,8 +998,6 @@ private predicate classHasQualifiedName(Class namedClass, string namespace, stri
|
|||||||
* are also returned.
|
* are also returned.
|
||||||
* 3. The element has name `name`
|
* 3. The element has name `name`
|
||||||
* 4. If `signature` is non-empty, then the element has a list of parameter types described by `signature`.
|
* 4. If `signature` is non-empty, then the element has a list of parameter types described by `signature`.
|
||||||
*
|
|
||||||
* NOTE: `namespace` is currently not used (since we don't properly extract modules yet).
|
|
||||||
*/
|
*/
|
||||||
pragma[nomagic]
|
pragma[nomagic]
|
||||||
private Element interpretElement0(
|
private Element interpretElement0(
|
||||||
|
|||||||
Reference in New Issue
Block a user