Skip to content

Commit dfdc2a6

Browse files
committed
C++: Delete an incorrect comment.
1 parent 3d6b3a3 commit dfdc2a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,6 @@ private predicate classHasQualifiedName(Class namedClass, string namespace, stri
998998
* are also returned.
999999
* 3. The element has name `name`
10001000
* 4. If `signature` is non-empty, then the element has a list of parameter types described by `signature`.
1001-
*
1002-
* NOTE: `namespace` is currently not used (since we don't properly extract modules yet).
10031001
*/
10041002
pragma[nomagic]
10051003
private Element interpretElement0(

0 commit comments

Comments
 (0)