From 464447d8bec426c373be1c1eebe652ccf2e31da8 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 26 Nov 2019 16:19:56 +0100 Subject: [PATCH] Remove in function rx_filter_can, the variable val was not used Bug-AGL : SPEC-2780 Bug-AGL: SPEC-2976 Change-Id: Ifce6e67fd55699d088952b0f722694d211ec7398 Signed-off-by: Arthur Guyader Signed-off-by: Romain Forlot --- 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; -- 2.16.6