diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 16:19:58 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-28 16:11:48 +0100 |
commit | 9dfd3fc22749012d8e06008299202359cecfd6e4 (patch) | |
tree | a49450400318753b42be953c507f66a072303de4 /low-can-binding | |
parent | 464447d8bec426c373be1c1eebe652ccf2e31da8 (diff) |
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 <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding')
-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) |