aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Guyader <arthur.guyader@iot.bzh>2019-08-26 15:49:37 +0200
committerArthur Guyader <arthur.guyader@iot.bzh>2019-08-30 15:41:32 +0200
commit4c8485a3af84312fc350fa7aff5ffddda13f608a (patch)
treef0da64749fc31db6a57f0684e56eed43c8585547
parent491c4d4d0bc418c1fbc6e3a1af8093e4049d8b87 (diff)
Remove in function rx_filter_can, the variable val was not used
Bug-AGL : SPEC-2780 Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398 Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
-rw-r--r--low-can-binding/binding/low-can-subscription.cpp1
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;