summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c')
-rw-r--r--lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
index e6227b2..1d776c6 100644
--- a/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
+++ b/lcmodule/source/cnh1605204_ldr_transport_layer/source/bulk_protocol.c
@@ -270,7 +270,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T
uint32 ReturnValue = E_SUCCESS;
uint32 Counter;
int BuffersNr = 0;
- R15_Outbound_t *Out_p = &(R15_NETWORK(Communication_p)->Outbound);
if (NULL == Communication_p) {
return BULK_ERROR;
@@ -319,7 +318,6 @@ uint32 Do_R15_Bulk_DestroyVector(const Communication_t *const Communication_p, T
BulkVector_p->ChunkSize = 0;
BulkVector_p->Offset = 0;
BulkVector_p->State = BULK_IDLE_STATE;
- Out_p->State = SEND_IDLE;
return ReturnValue;
}