mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
C#: Remove unused viableImpl predicate
This commit is contained in:
@@ -106,7 +106,7 @@ private module Cached {
|
||||
|
||||
/** Gets a viable run-time target for the call `call`. */
|
||||
cached
|
||||
DataFlowCallable viableImpl(DataFlowCall call) { result = call.getARuntimeTarget() }
|
||||
DataFlowCallable viableCallable(DataFlowCall call) { result = call.getARuntimeTarget() }
|
||||
}
|
||||
|
||||
import Cached
|
||||
@@ -164,8 +164,6 @@ import DispatchImpl
|
||||
*/
|
||||
OutNode getAnOutNode(DataFlowCall call, ReturnKind kind) { call = result.getCall(kind) }
|
||||
|
||||
predicate viableCallable = viableImpl/1;
|
||||
|
||||
/**
|
||||
* A return kind. A return kind describes how a value can be returned
|
||||
* from a callable.
|
||||
|
||||
Reference in New Issue
Block a user