From 747d58ad84d230f6cf11ac818bab65019df83611 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 22 Feb 2017 11:44:27 +0100 Subject: No more warning about not defined functions because of wrong header files inclusion. Some variables are now accessible using functions rather than using global variables that can not be accessed through separated files. Also fix timer returning function type. Change-Id: I36138ff671c2537f595235273abaa34783be18e1 Signed-off-by: Romain Forlot --- src/low-can-binding.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/low-can-binding.hpp') diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index a1d3169..6927826 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -87,9 +87,3 @@ extern "C" */ int afbBindingV1ServiceInit(struct afb_service service); }; - -/** Can signal event map making access to afb_event - * external to openxc existing structure. - */ -static std::map subscribed_signals; -static std::map::iterator subscribed_signals_i; -- cgit 1.2.3-korg