From: José Bollo Date: Mon, 31 Oct 2016 10:16:05 +0000 (+0100) Subject: api-so: cleanup X-Git-Tag: dab_3.99.1~164 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b4bd4b6af232439c1d5d7603d79c7a2628be4b10;p=src%2Fapp-framework-binder.git api-so: cleanup The structure monitoring is not used anymore. Change-Id: I3b900f7b109b2549f0b4cf17550bb71c4b49d32d Signed-off-by: José Bollo --- 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";