C++: Fix QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-02 10:37:49 +01:00
parent 4a47e11a16
commit 322fa36359

View File

@@ -1114,9 +1114,6 @@ abstract class Def extends SsaDef, TDef {
* Gets the indirection level that this definition is writing to.
* For instance, `x = y` is a definition of `x` at indirection level 1 and
* `*x = y` is a definition of `x` at indirection level 2.
*
* This predicate ensures that joins go from `defOrUse` to the result
* instead of the other way around.
*/
abstract int getIndirection();