mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Removed an obsolete TODO.
Change-Id: Ib3a7a3294d5bf5d76a91910a0cfb840fb82a797e
This commit is contained in:
parent
e0c3180f80
commit
24c71972ba
1 changed files with 0 additions and 2 deletions
|
@ -294,8 +294,6 @@ public final class EvalFunctionCall extends CPPDependentEvaluation {
|
|||
if (!(specialized instanceof ICPPFunction))
|
||||
return this;
|
||||
bodyExec = CPPFunction.getFunctionBodyExecution((ICPPFunction) specialized, context.getPoint());
|
||||
// TODO(nathanridge): Instead of instantiating the execution below in instantiateFunctionBody(),
|
||||
// have getFunctionBodyExecution() return the instantiated execution already.
|
||||
}
|
||||
if (bodyExec != null) {
|
||||
bodyExec = bodyExec.executeForFunctionCall(record, context.recordStep());
|
||||
|
|
Loading…
Add table
Reference in a new issue