mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Remove tests referencing impliesStep.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user