1
0
Fork 0
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:
Sergey Prigogin 2016-12-15 18:06:52 -08:00
parent e0c3180f80
commit 24c71972ba

View file

@ -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());