Skip to content
Snippets Groups Projects
Commit 389ba6e1 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

remove `nSendMsgs` variable

The variable is currently not used; just remove it as the include for
`DUNE_UNUSED` is sometimes missing.
parent 56272f83
No related branches found
No related tags found
No related merge requests found
Pipeline #19183 passed
......@@ -381,7 +381,6 @@ DDD_RET DDD_XferEnd(DDD::DDDContext& context)
int remXIModCpl;
XIAddCpl **arrayXIAddCpl = NULL;
int obsolete, nRecvMsgs;
DUNE_UNUSED int nSendMsgs;
XFERMSG *sendMsgs=NULL, *sm=NULL;
LC_MSGHANDLE *recvMsgs = NULL;
std::vector<DDD_HDR> localCplObjs;
......@@ -501,11 +500,11 @@ DDD_RET DDD_XferEnd(DDD::DDDContext& context)
/* prepare msgs for objects and XINewCpl-items */
nSendMsgs = PrepareObjMsgs(context,
arrayXICopyObj,
arrayXINewCpl, ctx.nXINewCpl,
arrayXIOldCpl, ctx.nXIOldCpl,
&sendMsgs, &sendMem);
PrepareObjMsgs(context,
arrayXICopyObj,
arrayXINewCpl, ctx.nXINewCpl,
arrayXIOldCpl, ctx.nXIOldCpl,
&sendMsgs, &sendMem);
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment