hello3: Fix warning unused variable 53/19653/2
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 14 Jan 2019 13:40:04 +0000 (14:40 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 18 Jan 2019 10:40:28 +0000 (11:40 +0100)
The variable 'calling' was not used anymore.

Change-Id: I3a041cee57b2682374084003415d13a77a554fba
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
bindings/samples/hello3.c

index 131e0e4..1d7c195 100644 (file)
@@ -627,7 +627,6 @@ static void in_after (afb_req_t request)
        char *te;
        double td;
        struct timespec t;
-       void (*calling)(afb_req_t);
 
        /* get the type */
        ty = afb_req_value(request, "type") ?: "call";