From: Arthur Guyader Date: Thu, 29 Aug 2019 10:46:13 +0000 (+0200) Subject: Remove in function convert_from_addr, the variable flags was not used X-Git-Tag: 8.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f83aef543d0196a56bf4d7706bba79efcd73190d;hp=4c8485a3af84312fc350fa7aff5ffddda13f608a;p=apps%2Fagl-service-can-low-level.git Remove in function convert_from_addr, the variable flags was not used Bug-AGL : SPEC-2780 Change-Id: Ib31a32565c3bc38ea039003bd924a43318fb7c4e Signed-off-by: Arthur Guyader --- 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)