coverity action helper fix

This commit is contained in:
Robin Müller 2021-04-08 19:01:06 +02:00
parent bddd8720b2
commit efb7c8760a
1 changed files with 0 additions and 5 deletions

View File

@ -147,11 +147,6 @@ ReturnValue_t ActionHelper::reportData(MessageQueueId_t reportTo,
return result;
}
if (result != HasReturnvaluesIF::RETURN_OK) {
ipcStore->deleteData(storeAddress);
return result;
}
/* We don't need to report the objectId, as we receive REQUESTED data before the completion
success message. True aperiodic replies need to be reported with another dedicated message. */
ActionMessage::setDataReply(&reply, replyId, storeAddress);