C#: Remove tests referencing impliesStep.

This commit is contained in:
Anders Schack-Mulligen
2025-10-15 14:41:52 +02:00
parent 9776e8f828
commit e3fc3192ac
4 changed files with 0 additions and 1968 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
import csharp
import semmle.code.csharp.controlflow.Guards
query predicate impliesStep(Expr e1, AbstractValue v1, Expr e2, AbstractValue v2) {
e1.fromSource() and
e2.fromSource() and
Internal::impliesStep(e1, v1, e2, v2)
}