diff options
author | Arthur Guyader <arthur.guyader@iot.bzh> | 2019-08-29 12:46:13 +0200 |
---|---|---|
committer | Arthur Guyader <arthur.guyader@iot.bzh> | 2019-08-30 15:41:32 +0200 |
commit | f83aef543d0196a56bf4d7706bba79efcd73190d (patch) | |
tree | 9e55a9cef9ec275ba2fb54d9dcf7a36022e2bf7e /low-can-binding/can/message | |
parent | 4c8485a3af84312fc350fa7aff5ffddda13f608a (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>
Diffstat (limited to 'low-can-binding/can/message')
-rw-r--r-- | low-can-binding/can/message/j1939-message.cpp | 1 |
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) |