From: Romain Forlot Date: Tue, 26 Nov 2019 15:19:58 +0000 (+0100) Subject: Remove in function convert_from_addr, the variable flags was not used X-Git-Tag: 8.0.4~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9dfd3fc22749012d8e06008299202359cecfd6e4;p=apps%2Fagl-service-can-low-level.git Remove in function convert_from_addr, the variable flags was not used Bug-AGL : SPEC-2780 Bug-AGL: SPEC-2976 Change-Id: Ib31a32565c3bc38ea039003bd924a43318fb7c4e Signed-off-by: Arthur Guyader Signed-off-by: Romain Forlot --- diff --git a/low-can-binding/can/message/j1939-message.cpp b/low-can-binding/can/message/j1939-message.cpp index 8e056c17..432a1393 100644 --- a/low-can-binding/can/message/j1939-message.cpp +++ b/low-can-binding/can/message/j1939-message.cpp @@ -98,7 +98,6 @@ std::shared_ptr j1939_message_t::convert_from_addr(struct socka { int i; uint32_t length = 0; - uint32_t flags; std::vector data_vector; if(nbytes > J1939_MAX_DLEN)