From 4c8485a3af84312fc350fa7aff5ffddda13f608a Mon Sep 17 00:00:00 2001 From: Arthur Guyader Date: Mon, 26 Aug 2019 15:49:37 +0200 Subject: Remove in function rx_filter_can, the variable val was not used Bug-AGL : SPEC-2780 Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398 Signed-off-by: Arthur Guyader --- low-can-binding/binding/low-can-subscription.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- cgit 1.2.3-korg