C++: Also remove TInitializeThisValueNumber from the AST wrapper

This commit is contained in:
Mathias Vorreiter Pedersen
2020-06-05 15:26:09 +02:00
parent 1a33a3b7e1
commit 7642680ab9

View File

@@ -84,8 +84,6 @@ class GVN extends TValueNumber {
or
this instanceof TInitializeParameterValueNumber and result = "InitializeParameter"
or
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
or
this instanceof TStringConstantValueNumber and result = "StringConstant"
or
this instanceof TFieldAddressValueNumber and result = "FieldAddress"