From b4bd4b6af232439c1d5d7603d79c7a2628be4b10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 31 Oct 2016 11:16:05 +0100 Subject: [PATCH] api-so: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The structure monitoring is not used anymore. Change-Id: I3b900f7b109b2549f0b4cf17550bb71c4b49d32d Signed-off-by: José Bollo --- src/afb-api-so.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/afb-api-so.c b/src/afb-api-so.c index 4bb6087f..da3c1322 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -54,11 +54,6 @@ struct api_so_desc { struct afb_binding_interface interface; /* interface for the binding */ }; -struct monitoring { - struct afb_req req; - void (*action)(struct afb_req); -}; - static const char binding_register_function_v1[] = "afbBindingV1Register"; static const char binding_service_init_function_v1[] = "afbBindingV1ServiceInit"; static const char binding_service_event_function_v1[] = "afbBindingV1ServiceEvent"; -- 2.16.6