diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-10-31 11:16:05 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-10-31 11:16:05 +0100 |
commit | b4bd4b6af232439c1d5d7603d79c7a2628be4b10 (patch) | |
tree | 88aa8f70f6657e380d6c004b86cd96532e7b19e2 | |
parent | d00d1b7ce817aa3fefed9ee59d0904af561bb66c (diff) |
api-so: cleanup
The structure monitoring is not used anymore.
Change-Id: I3b900f7b109b2549f0b4cf17550bb71c4b49d32d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-api-so.c | 5 |
1 files changed, 0 insertions, 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"; |