diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-26 16:19:56 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-28 16:11:48 +0100 |
commit | 464447d8bec426c373be1c1eebe652ccf2e31da8 (patch) | |
tree | 72f6627ab0ed94bbf7a9c1f342a276457b577e54 /low-can-binding/binding/low-can-subscription.cpp | |
parent | 46a6d2ed70bf66ad8255513191d2bb7b26cd32bb (diff) |
Remove in function rx_filter_can, the variable val was not used
Bug-AGL : SPEC-2780
Bug-AGL: SPEC-2976
Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/binding/low-can-subscription.cpp')
-rw-r--r-- | low-can-binding/binding/low-can-subscription.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-subscription.cpp b/low-can-binding/binding/low-can-subscription.cpp index 9cc5fcbb..df5a8f4d 100644 --- a/low-can-binding/binding/low-can-subscription.cpp +++ b/low-can-binding/binding/low-can-subscription.cpp @@ -453,7 +453,6 @@ int low_can_subscription_t::create_rx_filter_isotp(low_can_subscription_t &subsc int low_can_subscription_t::create_rx_filter_can(low_can_subscription_t &subscription, std::shared_ptr<signal_t> sig) { uint32_t flags_bcm; - float val; struct timeval freq, timeout = {0, 0}; struct canfd_frame cfd; subscription.signal_= sig; |