aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Guyader <arthur.guyader@iot.bzh>2019-08-29 12:46:13 +0200
committerArthur Guyader <arthur.guyader@iot.bzh>2019-08-30 15:41:32 +0200
commitf83aef543d0196a56bf4d7706bba79efcd73190d (patch)
tree9e55a9cef9ec275ba2fb54d9dcf7a36022e2bf7e
parent4c8485a3af84312fc350fa7aff5ffddda13f608a (diff)
Remove in function convert_from_addr, the variable flags was not used
Bug-AGL : SPEC-2780 Change-Id: Ib31a32565c3bc38ea039003bd924a43318fb7c4e Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
-rw-r--r--low-can-binding/can/message/j1939-message.cpp1
1 files changed, 0 insertions, 1 deletions
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> j1939_message_t::convert_from_addr(struct socka
{
int i;
uint32_t length = 0;
- uint32_t flags;
std::vector<uint8_t> data_vector;
if(nbytes > J1939_MAX_DLEN)