C#: Remove unused viableImpl predicate

This commit is contained in:
Tom Hvitved
2020-06-30 08:31:30 +02:00
parent b57cfc965a
commit 3efe1a9d10

View File

@@ -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.