Remove getNode as required interface

This commit is contained in:
Josh Brown
2024-01-29 16:15:57 -08:00
parent 2314d3be16
commit 3056e8cdab
7 changed files with 0 additions and 21 deletions

View File

@@ -896,9 +896,6 @@ class DataFlowCall extends CallInstruction {
/** Gets an argument to this call as a Node. */
ArgumentNode getAnArgumentNode(){ none() } // TODO: JB1 return an argument as a DataFlow ArgumentNode
/** Gets the data flow node corresponding to this call. */
ExprNode getDataFlowNode() {none() }
/** Gets the target of the call, as a DataFlowCallable. */
DataFlowCallable getARuntimeTarget(){ none() } // TODO getCallTarget() returns `Instruction`
}