api-so: cleanup
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 31 Oct 2016 10:16:05 +0000 (11:16 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 31 Oct 2016 10:16:05 +0000 (11:16 +0100)
The structure monitoring is not used anymore.

Change-Id: I3b900f7b109b2549f0b4cf17550bb71c4b49d32d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-so.c

index 4bb6087..da3c132 100644 (file)
@@ -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";