Remove in function rx_filter_can, the variable val was not used 11/23111/1
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 26 Nov 2019 15:19:56 +0000 (16:19 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 28 Nov 2019 15:11:48 +0000 (16:11 +0100)
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>
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;