Remove in function rx_filter_can, the variable val was not used 59/22259/4
authorArthur Guyader <arthur.guyader@iot.bzh>
Mon, 26 Aug 2019 13:49:37 +0000 (15:49 +0200)
committerArthur Guyader <arthur.guyader@iot.bzh>
Fri, 30 Aug 2019 13:41:32 +0000 (15:41 +0200)
Bug-AGL : SPEC-2780

Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
low-can-binding/binding/low-can-subscription.cpp

index 9cc5fcb..df5a8f4 100644 (file)
@@ -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;