From: Arthur Guyader Date: Mon, 26 Aug 2019 13:49:37 +0000 (+0200) Subject: Remove in function rx_filter_can, the variable val was not used X-Git-Tag: 8.99.1~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4c8485a3af84312fc350fa7aff5ffddda13f608a;p=apps%2Fagl-service-can-low-level.git Remove in function rx_filter_can, the variable val was not used Bug-AGL : SPEC-2780 Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398 Signed-off-by: Arthur Guyader --- 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 sig) { uint32_t flags_bcm; - float val; struct timeval freq, timeout = {0, 0}; struct canfd_frame cfd; subscription.signal_= sig;