Skip to content

Commit 7642680

Browse files
committed
C++: Also remove TInitializeThisValueNumber from the AST wrapper
1 parent 1a33a3b commit 7642680

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/semmle/code/cpp/ir/internal/ASTValueNumbering.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ class GVN extends TValueNumber {
8484
or
8585
this instanceof TInitializeParameterValueNumber and result = "InitializeParameter"
8686
or
87-
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
88-
or
8987
this instanceof TStringConstantValueNumber and result = "StringConstant"
9088
or
9189
this instanceof TFieldAddressValueNumber and result = "FieldAddress"

0 commit comments

Comments
 (0)