diff --git a/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticExprSpecific.qll b/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticExprSpecific.qll index edc73006909..f99653390c2 100644 --- a/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticExprSpecific.qll +++ b/cpp/ql/lib/experimental/semmle/code/cpp/semantic/SemanticExprSpecific.qll @@ -212,12 +212,6 @@ module SemanticExprConfig { } class Bound instanceof IRBound::Bound { - Bound() { - this instanceof IRBound::ZeroBound - or - this.(IRBound::ValueNumberBound).getValueNumber().getAnInstruction() instanceof SsaVariable - } - string toString() { result = super.toString() } final Location getLocation() { result = super.getLocation() }