Skip to content

Commit 322fa36

Browse files
committed
C++: Fix QLDoc.
1 parent 4a47e11 commit 322fa36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,6 @@ abstract class Def extends SsaDef, TDef {
11141114
* Gets the indirection level that this definition is writing to.
11151115
* For instance, `x = y` is a definition of `x` at indirection level 1 and
11161116
* `*x = y` is a definition of `x` at indirection level 2.
1117-
*
1118-
* This predicate ensures that joins go from `defOrUse` to the result
1119-
* instead of the other way around.
11201117
*/
11211118
abstract int getIndirection();
11221119

0 commit comments

Comments
 (0)