mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add stub implementations for isUnreachableInCall()
This commit is contained in:
committed by
Anders Schack-Mulligen
parent
eabfa31767
commit
ee5503146e
@@ -1357,3 +1357,5 @@ class DataFlowExpr = DotNet::Expr;
|
||||
class DataFlowType = DotNet::Type;
|
||||
|
||||
class DataFlowLocation = Location;
|
||||
|
||||
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
|
||||
|
||||
Reference in New Issue
Block a user